Skip to content

Commit 712dcff

Browse files
committed
Release 0.1.1
1 parent 57427c8 commit 712dcff

File tree

3 files changed

+14
-3
lines changed

3 files changed

+14
-3
lines changed

CHANGELOG.md

Lines changed: 12 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,17 @@
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-builder/compare/v0.1.0...HEAD).
5+
A list of unreleased changes can be found [here](https://github.com/SAP/ui5-builder/compare/v0.1.1...HEAD).
6+
7+
<a name="v0.1.1"></a>
8+
## [v0.1.1] - 2018-07-02
9+
### Bug Fixes
10+
- iterate over routes using a for loop if it is an object ([#31](https://github.com/SAP/ui5-builder/issues/31)) [`e9823f6`](https://github.com/SAP/ui5-builder/commit/e9823f68cf038b5fde172916e483a01d5eb88f1f)
11+
12+
### Internal Changes
13+
- Task createDebugFiles checks path before writes ([#43](https://github.com/SAP/ui5-builder/issues/43)) [`57427c8`](https://github.com/SAP/ui5-builder/commit/57427c8d712b8b936a1a3070fe3110da54fdbdb7)
14+
- Create and integrate a new task 'generateLibraryManifest' ([#26](https://github.com/SAP/ui5-builder/issues/26)) [`000a6fe`](https://github.com/SAP/ui5-builder/commit/000a6fee49555cb266a1c575cde719e1091d1066)
15+
616

717
<a name="v0.1.0"></a>
818
## [v0.1.0] - 2018-06-26
@@ -55,5 +65,6 @@ A list of unreleased changes can be found [here](https://github.com/SAP/ui5-buil
5565
- **Travis:** Add node.js 10 to test matrix [`ce91dd1`](https://github.com/SAP/ui5-builder/commit/ce91dd17e4e28932a838ec743a489ff6495d21a9)
5666

5767

68+
[v0.1.1]: https://github.com/SAP/ui5-builder/compare/v0.1.0...v0.1.1
5869
[v0.1.0]: https://github.com/SAP/ui5-builder/compare/v0.0.2...v0.1.0
5970
[v0.0.2]: https://github.com/SAP/ui5-builder/compare/v0.0.1...v0.0.2

package-lock.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/builder",
3-
"version": "0.1.0",
3+
"version": "0.1.1",
44
"description": "UI5 Build and Development Tooling - Builder",
55
"author": "SAP SE (https://www.sap.com)",
66
"license": "Apache-2.0",

0 commit comments

Comments
 (0)