Skip to content

Commit 9c673b3

Browse files
committed
Update CHANGELOG
1 parent 53dc532 commit 9c673b3

File tree

2 files changed

+7
-1
lines changed

2 files changed

+7
-1
lines changed

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,12 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
77

88
## [Unreleased]
99

10+
## [0.6.0] - 2019-10-04
11+
12+
### Changed
13+
14+
- Type declarations are now generated using `rollup` and `rollup-plugin-dts`, meaning our generated types also get tree-shaking and are converted into a single file.
15+
1016
## [0.5.1] - 2019-09-19
1117

1218
## Fixed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
"build:babel": "babel-node --extensions \".ts\" src/cli.ts \"src/{cli,index}.ts\" --target=8 --output=dist --compress --types=types",
1818
"build:self": "node dist/cli.js \"src/{cli,index}.ts\" --target=8 --output=dist --compress --types=types",
1919
"prerelease": "npm run build",
20-
"release": "np --no-yarn",
20+
"release": "np",
2121
"test": "echo \"Error: no test specified\" && exit 0",
2222
"watch": "npm run build:babel -- --watch --no-compress"
2323
},

0 commit comments

Comments
 (0)