Skip to content

Commit

Permalink
Bump version to 2.7.1
Browse files Browse the repository at this point in the history
  • Loading branch information
lautis committed Feb 27, 2015
1 parent 1aa4580 commit 63ce586
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
## 2.7.1 (27 February 2015)

- fix compatibility with experimental Alaska ExecJS runtime

## 2.7.0 (8 January 2015)

- copyright comment preservation also includes comments starting with a bang (!)
Expand Down
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 = "2.7.0"
VERSION = "2.7.1"
end

0 comments on commit 63ce586

Please sign in to comment.