Skip to content

Commit

Permalink
1.12.0
Browse files Browse the repository at this point in the history
  • Loading branch information
lahmatiy committed Nov 8, 2017
1 parent c779973 commit 920f713
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
7 changes: 7 additions & 0 deletions HISTORY.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
## 1.12.0 (November 8, 2017)

- Replaced `uglify-js` to `uglify-es`
- Added posibility to config JavaScript minifier with `--js-pack-options` CLI option or `jsPackOptions` field in config file
- Fixed exception handling when command run in child process and exception is connected with dependencies
- Update dependencies

## 1.11.4 (September 20, 2017)

- Fixed issue with `clap` (bumped to `^1.2.3`)
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "basisjs-tools-build",
"title": "Basis.js build tools",
"version": "1.11.4",
"version": "1.12.0",
"homepage": "https://github.com/basisjs/basisjs-tools",
"description": "Build tools for basis.js framework",
"author": "Roman Dvornov <[email protected]>",
Expand Down

0 comments on commit 920f713

Please sign in to comment.