Skip to content
This repository has been archived by the owner on May 24, 2023. It is now read-only.

Commit

Permalink
0.14.0
Browse files Browse the repository at this point in the history
  • Loading branch information
matz3 committed May 18, 2018
1 parent 7cb06e1 commit ef28962
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 1 deletion.
14 changes: 14 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,17 @@
# 0.14.0 (2018-05-18)

### Features
- openui5_preload task
- preload: ES6+ support for uglifying JS Files [#70](https://github.com/SAP/grunt-openui5/pull/70)

### Breaking changes
- openui5_preload task
- `compress.uglifyjs` option is now based on [UglifyJS v3](https://github.com/mishoo/UglifyJS2/tree/harmony).

### All changes
[`0.13.0...0.14.0`](https://github.com/SAP/grunt-openui5/compare/0.13.0...0.14.0)


# 0.13.0 (2018-03-13)

### Features
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": "grunt-openui5",
"version": "0.13.0",
"version": "0.14.0",
"description": "Grunt tasks around OpenUI5",
"scripts": {
"test": "grunt"
Expand Down

0 comments on commit ef28962

Please sign in to comment.