Skip to content

Commit

Permalink
v2.8.0
Browse files Browse the repository at this point in the history
  • Loading branch information
alexlamsl authored Feb 26, 2017
1 parent 872270b commit 0b0296e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"homepage": "http://lisperator.net/uglifyjs",
"author": "Mihai Bazon <mihai.bazon@gmail.com> (http://lisperator.net/)",
"license": "BSD-2-Clause",
"version": "2.7.5",
"version": "2.8.0",
"engines": {
"node": ">=0.8.0"
},
Expand Down

2 comments on commit 0b0296e

@egoroof
Copy link

@egoroof egoroof commented on 0b0296e Feb 28, 2017

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks for your work! What about (short) changelog?

p.s. now one of my libs is 0.05 KiB smaller than with 2.7.5 😃
And now I see warnings which wasn't displayed before but everything is ok.

p.p.s. Second one is 0.25 KiB smaller 🔥

p.p.p.s. warnings looks useless - local variables inlining and renaming are safe, why is it warn now?
screenshot 2017-02-28 21 08 03

@alexlamsl
Copy link
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

If you go through the commit log, there should be enough written inside to generate a changelog PR 😉

Please sign in to comment.