Skip to content

Commit 87d75a8

Browse files
committed
Release 1.12.0
1 parent abca385 commit 87d75a8

File tree

3 files changed

+15
-3
lines changed

3 files changed

+15
-3
lines changed

CHANGELOG.md

Lines changed: 13 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,18 @@
22
All notable changes to this project will be documented in this file.
33
This project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.html).
44

5-
A list of unreleased changes can be found [here](https://github.com/SAP/ui5-cli/compare/v1.11.1...HEAD).
5+
A list of unreleased changes can be found [here](https://github.com/SAP/ui5-cli/compare/v1.12.0...HEAD).
6+
7+
<a name="v1.12.0"></a>
8+
## [v1.12.0] - 2019-11-07
9+
### Dependency Updates
10+
- Bump [@ui5](https://github.com/ui5)/project from 1.1.0 to 1.1.1 [`abca385`](https://github.com/SAP/ui5-cli/commit/abca38566c5728f896d5be880fcb24f795b0b11c)
11+
- Bump [@ui5](https://github.com/ui5)/server from 1.4.0 to 1.5.0 [`abf954b`](https://github.com/SAP/ui5-cli/commit/abf954b2b1224353b5c7a09b37394fc53562cbfc)
12+
- Bump [@ui5](https://github.com/ui5)/builder from 1.6.1 to 1.7.0 [`f482702`](https://github.com/SAP/ui5-cli/commit/f482702f8a941f2c17490d67a74ac97486dce811)
13+
14+
### Features
15+
- **serve:** Add '--simple-index' parameter ([#265](https://github.com/SAP/ui5-cli/issues/265)) [`dbe195e`](https://github.com/SAP/ui5-cli/commit/dbe195e8c81a8e4e7ab2c0b8d08ba6890dd5311d)
16+
617

718
<a name="v1.11.1"></a>
819
## [v1.11.1] - 2019-10-30
@@ -268,6 +279,7 @@ A list of unreleased changes can be found [here](https://github.com/SAP/ui5-cli/
268279
<a name="v0.0.1"></a>
269280
## v0.0.1 - 2018-06-06
270281

282+
[v1.12.0]: https://github.com/SAP/ui5-cli/compare/v1.11.1...v1.12.0
271283
[v1.11.1]: https://github.com/SAP/ui5-cli/compare/v1.11.0...v1.11.1
272284
[v1.11.0]: https://github.com/SAP/ui5-cli/compare/v1.10.0...v1.11.0
273285
[v1.10.0]: https://github.com/SAP/ui5-cli/compare/v1.9.0...v1.10.0

npm-shrinkwrap.json

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@ui5/cli",
3-
"version": "1.11.1",
3+
"version": "1.12.0",
44
"description": "UI5 Tooling - CLI",
55
"author": "SAP SE (https://www.sap.com)",
66
"license": "Apache-2.0",

0 commit comments

Comments
 (0)