diff --git a/CHANGELOG.md b/CHANGELOG.md index 8bea14d9b..cabe48b91 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,15 @@ +## [`@knot/cli-v1.3.0`](https://github.com/effervescentia/knot/releases/tag/@knot/cli-v1.3.0) (2020-1-6) + +### `@knot/cli` + + +#### :sparkles: New Features + +- **project generator**: add support for rollup and browserify (#92) ([0467bcd2](https://github.com/effervescentia/knot/commit/0467bcd2df32aadcfca5106d6d52678d33003e72)) + ## [`@knot/compiler-v1.9.0`](https://github.com/effervescentia/knot/releases/tag/@knot/compiler-v1.9.0), [`@knot/browserify-plugin-v1.1.0`](https://github.com/effervescentia/knot/releases/tag/@knot/browserify-plugin-v1.1.0), [`@knot/rollup-plugin-v1.0.0`](https://github.com/effervescentia/knot/releases/tag/@knot/rollup-plugin-v1.0.0), [`@knot/webpack-plugin-v1.9.0`](https://github.com/effervescentia/knot/releases/tag/@knot/webpack-plugin-v1.9.0) (2020-1-2) ### `@knot/compiler` diff --git a/packages/utilities/cli/package.json b/packages/utilities/cli/package.json index 99f45bb7b..06c6c473c 100644 --- a/packages/utilities/cli/package.json +++ b/packages/utilities/cli/package.json @@ -1,6 +1,6 @@ { "name": "@knot/cli", - "version": "1.2.0", + "version": "1.3.0", "engines": { "node": ">=8.9" },