Skip to content
This repository was archived by the owner on Dec 5, 2019. It is now read-only.

Commit 7822c9f

Browse files
committed
chore: Update changelog for standard version
1 parent 448e6e5 commit 7822c9f

File tree

1 file changed

+0
-81
lines changed

1 file changed

+0
-81
lines changed

CHANGELOG.md

Lines changed: 0 additions & 81 deletions
Original file line numberDiff line numberDiff line change
@@ -11,84 +11,3 @@ All notable changes to this project will be documented in this file. See [standa
1111
* typo "filterd" -> "filtered" ([#37](https://github.com/webpack-contrib/uglifyjs-webpack-plugin/issues/37)) ([238c373](https://github.com/webpack-contrib/uglifyjs-webpack-plugin/commit/238c373))
1212
* **package:** mv uglify2 to `dependencies` && update `peerDependencies` ([#45](https://github.com/webpack-contrib/uglifyjs-webpack-plugin/issues/45)) ([93b0cd2](https://github.com/webpack-contrib/uglifyjs-webpack-plugin/commit/93b0cd2))
1313
* **uglify:** use Compress API not ast.transform ([990f2e2](https://github.com/webpack-contrib/uglifyjs-webpack-plugin/commit/990f2e2))
14-
15-
16-
17-
0.4.3 / 2017-04-15
18-
==================
19-
20-
* Docs - Document new features. #26
21-
22-
0.4.2 / 2017-04-12
23-
==================
24-
25-
* Chore - Fix readme link formatting. #25
26-
27-
0.4.1 / 2017-04-05
28-
==================
29-
30-
* Chore - Note that cheap source maps don't work with the plugin. #22
31-
32-
0.4.0 / 2017-03-30
33-
==================
34-
35-
* Chore - Update to *webpack-sources* ^0.2.3. #22
36-
37-
0.3.1 / 2017-03-22
38-
==================
39-
40-
* Chore - Improve readme wording. #19
41-
42-
0.3.0 / 2017-03-04
43-
==================
44-
45-
* Chore - Update to UglifyJS 2.8.0 API internally. #16
46-
47-
0.2.2 / 2017-03-02
48-
==================
49-
50-
* Bug fix - Fix `postinstall` script. Now it works if you install the packagre from repository in Node 6+.
51-
52-
0.2.1 / 2017-02-20
53-
==================
54-
55-
* Docs - Fix typo at readme. #10
56-
57-
0.2.0 / 2017-02-19
58-
==================
59-
60-
* Feature - Allow to extract comments to separate file [webpack/webpack#4134](https://github.com/webpack/webpack/pull/4134)
61-
* Feature - Allow to supress uglifyjs warnings [webpack/webpack#4200](https://github.com/webpack/webpack/pull/4200)
62-
* Chore - Use `const` where applicable [1d78f99](https://github.com/webpack/webpack/commit/1d78f990a6af1a5b85e45b345b4f7861b03bb12b)
63-
* Chore - Avoid reassigning stream with different value [92364dc](https://github.com/webpack/webpack/commit/92364dc0f72ad8c3ac0bdc74e46766658086d83a)
64-
* Chore - Avoid reassigning files with different value [104398f](https://github.com/webpack/webpack/commit/104398f87a707a601427e666ed318d2338e8a003)
65-
66-
0.1.5 / 2017-02-15
67-
==================
68-
69-
* Docs - Add `extractComments` documentation. #7
70-
71-
0.1.4 / 2017-02-06
72-
==================
73-
74-
* Docs - Simplify example.
75-
76-
0.1.3 / 2017-02-02
77-
==================
78-
79-
* Docs - Fix table syntax. #6
80-
81-
0.1.2 / 2017-01-25
82-
==================
83-
84-
* Docs - Add note about the plugin embedded to webpack.
85-
86-
0.1.1 / 2017-01-25
87-
==================
88-
89-
* Docs - Update installation instructions.
90-
91-
0.1.0 / 2017-01-24
92-
==================
93-
94-
* Initial port from webpack source.

0 commit comments

Comments
 (0)