Skip to content

Commit

Permalink
Release 0.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
RandomByte committed Jul 11, 2018
1 parent 4131212 commit f3e55e4
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 3 deletions.
11 changes: 10 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,15 @@
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/ui5-logger/compare/v0.1.0...HEAD).
A list of unreleased changes can be found [here](https://github.com/SAP/ui5-logger/compare/v0.2.0...HEAD).

<a name="v0.2.0"></a>
## [v0.2.0] - 2018-07-11
### Internal Changes
- package.json: Define files to publish [`4131212`](https://github.com/SAP/ui5-logger/commit/4131212feab9fe3ff5477bfe8c4823b88d77aa79)
- Update min Node.js version to >=8.5 [`cbdbea7`](https://github.com/SAP/ui5-logger/commit/cbdbea784751cb6232e788fd7ff41d08b1b3f38b)
- Fix changelog [`0ccde97`](https://github.com/SAP/ui5-logger/commit/0ccde974fa3d744f64b96fbaad701686c9587791)


<a name="v0.1.0"></a>
## [v0.1.0] - 2018-06-26
Expand All @@ -29,4 +37,5 @@ A list of unreleased changes can be found [here](https://github.com/SAP/ui5-logg
- **Travis:** Add node.js 10 to test matrix [`147795a`](https://github.com/SAP/ui5-logger/commit/147795a1215c7071ddb731b085ab61defc203e42)


[v0.2.0]: https://github.com/SAP/ui5-logger/compare/v0.1.0...v0.2.0
[v0.1.0]: https://github.com/SAP/ui5-logger/compare/v0.0.1...v0.1.0
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": "@ui5/logger",
"version": "0.1.0",
"version": "0.2.0",
"description": "UI5 Build and Development Tooling - Internal Logger",
"author": "SAP SE (https://www.sap.com)",
"license": "Apache-2.0",
Expand Down

0 comments on commit f3e55e4

Please sign in to comment.