Skip to content

Commit

Permalink
chore: v3.3.5
Browse files Browse the repository at this point in the history
  • Loading branch information
evenstensberg committed Jun 23, 2019
1 parent 76b75ac commit 30b1b8d
Show file tree
Hide file tree
Showing 3 changed files with 29 additions and 2 deletions.
27 changes: 27 additions & 0 deletions CHANGELOG.md
@@ -1,3 +1,30 @@
<a name="3.3.5"></a>

# 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))

<a name="3.3.4"></a>

# 3.3.4 (2019-06-11)
Expand Down
2 changes: 1 addition & 1 deletion package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion 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": {
Expand Down

0 comments on commit 30b1b8d

Please sign in to comment.