Skip to content

Commit

Permalink
chore(release): release version 1.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
patrickcate committed Nov 2, 2019
1 parent f07e9ab commit 3e3ac17
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 1 deletion.
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# Changelog

## 1.0.0 (2019-11-02)

- Switch from exports to module.exports syntax.
- Add @async jsdoc param documentation.
- Use object destructuring for postcss decl function.
- Switch to jsdoc eslint plugin with recommended settings.
- Update all non-major dependencies.

## 1.0.0-beta.1 (2019-08-09)

- Removed dependency on lodash by replace it with native functions.
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "postcss-easysprites",
"version": "1.0.0-beta.1",
"version": "1.0.0",
"description": "PostCSS plugin that generate sprites, like postcss-sprites, but proper way",
"keywords": [
"postcss",
Expand Down

0 comments on commit 3e3ac17

Please sign in to comment.