Skip to content

Commit d850d1e

Browse files
authored
chore: release 1.0.0 (#16)
1 parent b6d97dd commit d850d1e

File tree

2 files changed

+7
-1
lines changed

2 files changed

+7
-1
lines changed

CHANGELOG.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
# Changelog
2+
3+
## 1.0.0 (2020-12-21)
4+
5+
Initial release

package.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "node-zopflipng",
3-
"version": "0.0.1",
3+
"version": "1.0.0",
44
"description": "Native module for zopflipng",
55
"repository": "realityking/node-zopflipng",
66
"engines": {
@@ -38,6 +38,7 @@
3838
"./package.json": "./package.json"
3939
},
4040
"files": [
41+
"CHANGELOG.md",
4142
"src",
4243
"lib",
4344
"prebuilds",

0 commit comments

Comments
 (0)