Skip to content

Commit b0167b5

Browse files
committed
Release 1.0.1
1 parent 3481154 commit b0167b5

File tree

3 files changed

+13
-3
lines changed

3 files changed

+13
-3
lines changed

CHANGELOG.md

Lines changed: 11 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,16 @@
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-project/compare/v1.0.0...HEAD).
5+
A list of unreleased changes can be found [here](https://github.com/SAP/ui5-project/compare/v1.0.1...HEAD).
6+
7+
<a name="v1.0.1"></a>
8+
## [v1.0.1] - 2019-02-14
9+
### Bug Fixes
10+
- **npm translator:** Remove deduped optional dependencies from tree [`3481154`](https://github.com/SAP/ui5-project/commit/348115426f03bd3a5bb823ac54a6b15475a84657)
11+
12+
### Dependency Updates
13+
- Bump [@ui5](https://github.com/ui5)/builder from 1.0.0 to 1.0.1 ([#113](https://github.com/SAP/ui5-project/issues/113)) [`96a3d6a`](https://github.com/SAP/ui5-project/commit/96a3d6a2a54cb1eab190ba89f9da686e8aae2d84)
14+
615

716
<a name="v1.0.0"></a>
817
## [v1.0.0] - 2019-01-10
@@ -74,6 +83,7 @@ Renamed parameter "translator" of functions generateDependencyTree and generateP
7483
- **npm t8r:** Fix collection fallback with missing package.json [`578466f`](https://github.com/SAP/ui5-project/commit/578466fdedf871091874c93d1a9305859e34e3ed)
7584

7685

86+
[v1.0.1]: https://github.com/SAP/ui5-project/compare/v1.0.0...v1.0.1
7787
[v1.0.0]: https://github.com/SAP/ui5-project/compare/v0.2.5...v1.0.0
7888
[v0.2.5]: https://github.com/SAP/ui5-project/compare/v0.2.4...v0.2.5
7989
[v0.2.4]: https://github.com/SAP/ui5-project/compare/v0.2.3...v0.2.4

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/project",
3-
"version": "1.0.0",
3+
"version": "1.0.1",
44
"description": "UI5 Build and Development Tooling - Project ",
55
"author": "SAP SE (https://www.sap.com)",
66
"license": "Apache-2.0",

0 commit comments

Comments
 (0)