Skip to content

Commit c41620e

Browse files
committed
Release 0.2.3
1 parent 63f15d3 commit c41620e

File tree

3 files changed

+15
-4
lines changed

3 files changed

+15
-4
lines changed

CHANGELOG.md

Lines changed: 13 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,10 +2,20 @@
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/v0.2.2...HEAD).
5+
A list of unreleased changes can be found [here](https://github.com/SAP/ui5-project/compare/v0.2.3...HEAD).
6+
7+
<a name="v0.2.3"></a>
8+
## [v0.2.3] - 2018-11-20
9+
### Bug Fixes
10+
- **npm t8r:** Again, handle npm optionalDependencies correctly [`9fd78dc`](https://github.com/SAP/ui5-project/commit/9fd78dca4d836f9a37036fd151a78e9295b28aa1)
11+
12+
### Internal Changes
13+
- **npm t8r:** Prevent re-throwing own errors [`63f15d3`](https://github.com/SAP/ui5-project/commit/63f15d320b67249c81394d4d4508e83d403e9230)
14+
- **npm t8r:** Handle projects with explicitly zero UI5 dependencies [`7fe6269`](https://github.com/SAP/ui5-project/commit/7fe626943b8a6a4bb53b3e43c93aafbe2b92ef1b)
15+
616

717
<a name="v0.2.2"></a>
8-
## [v0.2.2] - 2018-11-16
18+
## [v0.2.2] - 2018-11-17
919
### Bug Fixes
1020
- **npm t8r:** Handle npm optionalDependencies correctly [`da707d7`](https://github.com/SAP/ui5-project/commit/da707d73b5c75b489e2e499de2b4f54924018844)
1121

@@ -80,6 +90,7 @@ A list of unreleased changes can be found [here](https://github.com/SAP/ui5-proj
8090
- **npm t8r:** Improve handling of missing package.json [`4b32134`](https://github.com/SAP/ui5-project/commit/4b321345139058dc821fb08c4556aff88366ea86)
8191

8292

93+
[v0.2.3]: https://github.com/SAP/ui5-project/compare/v0.2.2...v0.2.3
8394
[v0.2.2]: https://github.com/SAP/ui5-project/compare/v0.2.1...v0.2.2
8495
[v0.2.1]: https://github.com/SAP/ui5-project/compare/v0.2.0...v0.2.1
8596
[v0.2.0]: https://github.com/SAP/ui5-project/compare/v0.1.0...v0.2.0

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": "0.2.2",
3+
"version": "0.2.3",
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)