Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: lautis/uglifier
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v4.1.12
Choose a base ref
...
head repository: lautis/uglifier
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v4.1.13
Choose a head ref
  • 2 commits
  • 4 files changed
  • 1 contributor

Commits on Jun 30, 2018

  1. Update UglifyJS to 3.4.2

    lautis committed Jun 30, 2018
    Copy the full SHA
    5b2bf05 View commit details
  2. Bump version to 4.1.13

    lautis committed Jun 30, 2018

    Verified

    This commit was signed with the committer’s verified signature.
    lautis Ville Lautanala
    Copy the full SHA
    a4a0471 View commit details
Showing with 9 additions and 5 deletions.
  1. +4 −0 CHANGELOG.md
  2. +1 −1 lib/uglifier/version.rb
  3. +3 −3 lib/uglify.js
  4. +1 −1 vendor/uglifyjs
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
## 4.1.13 (30 June 2018)

- update UglifyJS to [3.4.2](https://github.com/mishoo/UglifyJS2/compare/v3.4.1...v3.4.2)

## 4.1.12 (20 June 2018)

- update UglifyJS to [3.4.1](https://github.com/mishoo/UglifyJS2/compare/v3.4.0...v3.4.1)
2 changes: 1 addition & 1 deletion lib/uglifier/version.rb
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
class Uglifier
# Current version of Uglifier.
VERSION = "4.1.12"
VERSION = "4.1.13"
end
Loading