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

Commit

Permalink
Release 0.17.0
Browse files Browse the repository at this point in the history
  • Loading branch information
matz3 committed Sep 10, 2020
1 parent 72b936c commit 995d0f0
Show file tree
Hide file tree
Showing 3 changed files with 21 additions and 3 deletions.
20 changes: 19 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,24 @@
All notable changes to this project will be documented in this file.
This project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.html).

A list of unreleased changes can be found [here](https://github.com/SAP/grunt-openui5/compare/v0.16.0...HEAD).
A list of unreleased changes can be found [here](https://github.com/SAP/grunt-openui5/compare/v0.17.0...HEAD).

<a name="v0.17.0"></a>
## [v0.17.0] - 2020-09-10
### Breaking Changes
- Require Node.js >= 10 [`8cadebc`](https://github.com/SAP/grunt-openui5/commit/8cadebce61b08e0a84e6def373387d12dac7805b)

### Dependency Updates
- Bump connect-openui5 from 0.9.0 to 0.9.1 ([#168](https://github.com/SAP/grunt-openui5/issues/168)) [`72b936c`](https://github.com/SAP/grunt-openui5/commit/72b936c33b62642c89731ab6f31c3d2bff6299c1)

### Features
- Switch to Terser for JavaScript minification ([#153](https://github.com/SAP/grunt-openui5/issues/153)) [`8c525ba`](https://github.com/SAP/grunt-openui5/commit/8c525ba764b49d3094f5bc048e7363614aed9ebd)

### BREAKING CHANGE

Support for older Node.js releases has been dropped.
Only Node.js v10 or higher is supported.


<a name="v0.16.0"></a>
## [v0.16.0] - 2019-12-05
Expand All @@ -18,6 +35,7 @@ The openui5_theme compiler options `sourceMap` and `cleancss` are not
supported anymore. An exception will be thrown when used.


[v0.17.0]: https://github.com/SAP/grunt-openui5/compare/v0.16.0...v0.17.0
[v0.16.0]: https://github.com/SAP/grunt-openui5/compare/0.15.0...v0.16.0
# 0.15.0 - 2018-10-16

Expand Down
2 changes: 1 addition & 1 deletion package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

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.16.0",
"version": "0.17.0",
"description": "Grunt tasks around OpenUI5",
"scripts": {
"test": "grunt",
Expand Down

0 comments on commit 995d0f0

Please sign in to comment.