Skip to content

Commit

Permalink
New version 3.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
SonoIo committed Sep 30, 2020
1 parent 6c2dd8e commit e90d611
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
6 changes: 6 additions & 0 deletions RELEASE.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# Release notes

## 3.1.0
- New minify library that supports ES6+: [Terser](https://github.com/terser/terser).
- Fix an issue that keeps the debug options to true with build dist.

**Attention!** the supported min version is iOS 10.0 and Android 5.0 for a full support. See [Can I use](https://caniuse.com/const) for more info.

## 3.0.0
- Babel 7
- [@babel/plugin-proposal-class-properties](https://babeljs.io/docs/en/babel-plugin-proposal-class-properties)
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "node-eve",
"version": "3.0.0",
"version": "3.1.0",
"description": "Eve command line tools for browserify projects",
"bin": {
"eve": "./lib/eve.js"
Expand Down

0 comments on commit e90d611

Please sign in to comment.