diff --git a/CHANGELOG.md b/CHANGELOG.md index 10ae06e4a4f..0ceee138800 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,30 @@ + + +# 3.3.5 (2019-06-23) + +[Full Changelog](https://github.com/webpack/webpack-cli/compare/v3.3.4...v3.3.5) + +## Chore + +- remove donation section ([76b75ac](https://github.com/webpack/webpack-cli/commit/76b75ac)) +- update pkg lock ([8913928](https://github.com/webpack/webpack-cli/commit/8913928)) +- deps: update major versions ([#969](https://github.com/webpack/webpack-cli/pull/969)) +- packages: lock dependencies versions ([#958](https://github.com/webpack/webpack-cli/pull/958)) +- scripts: clean opencollective ([cd54ba5](https://github.com/webpack/webpack-cli/commit/cd54ba5)) +- scripts: clean postinstall ([0c1f6b6](https://github.com/webpack/webpack-cli/commit/0c1f6b6)) +- ts: enables source map in the ts ([#961](https://github.com/webpack/webpack-cli/pull/961)) +- added await in order to resolve the pending promise ([#948](https://github.com/webpack/webpack-cli/pull/948)) + +## CLI + +- remove donation prompt ([a37477d](https://github.com/webpack/webpack-cli/commit/a37477d)) + +## Fix + +- deps: move prettier from dependencies to devDependencies ([#968](https://github.com/webpack/webpack-cli/pull/968)) +- change "usr strict" to "use strict" ([670efc7](https://github.com/webpack/webpack-cli/commit/670efc7)) +- update deps ([69f364e](https://github.com/webpack/webpack-cli/commit/69f364e)) + # 3.3.4 (2019-06-11) diff --git a/package-lock.json b/package-lock.json index 0122a323f34..404b88d858f 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "webpack-cli", - "version": "3.3.4", + "version": "3.3.5", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/package.json b/package.json index ea60d8dbe06..d54cc0e59a4 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "webpack-cli", - "version": "3.3.4", + "version": "3.3.5", "description": "CLI for webpack & friends", "license": "MIT", "repository": {