Skip to content

Commit 3e3ac17

Browse files
committed
chore(release): release version 1.0.0
1 parent f07e9ab commit 3e3ac17

File tree

2 files changed

+9
-1
lines changed

2 files changed

+9
-1
lines changed

CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,13 @@
11
# Changelog
22

3+
## 1.0.0 (2019-11-02)
4+
5+
- Switch from exports to module.exports syntax.
6+
- Add @async jsdoc param documentation.
7+
- Use object destructuring for postcss decl function.
8+
- Switch to jsdoc eslint plugin with recommended settings.
9+
- Update all non-major dependencies.
10+
311
## 1.0.0-beta.1 (2019-08-09)
412

513
- Removed dependency on lodash by replace it with native functions.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "postcss-easysprites",
3-
"version": "1.0.0-beta.1",
3+
"version": "1.0.0",
44
"description": "PostCSS plugin that generate sprites, like postcss-sprites, but proper way",
55
"keywords": [
66
"postcss",

0 commit comments

Comments
 (0)