Skip to content

Commit

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

<a name="v0.2.1"></a>
## [v0.2.1] - 2018-10-18
### Internal Changes
- Reduce log progress text [`826f6c3`](https://github.com/SAP/ui5-logger/commit/826f6c386429beec2497be62cbe54a4fe88e7ab3)
- Add .npmrc to enforce public registry [`4a0b343`](https://github.com/SAP/ui5-logger/commit/4a0b343f2a3eaf15ab74072633321ee45d064643)
- **CHANGELOG:** Fix scope detection in commit messages [`ac87e7c`](https://github.com/SAP/ui5-logger/commit/ac87e7c2e53dea90e88dae1dd2b8cf6ab8074738)
- **Coveralls:** Use parallel setting to reduce number of PR comments [`b034617`](https://github.com/SAP/ui5-logger/commit/b0346176885a5702139e693f9f6811e5ddb0414e)


<a name="v0.2.0"></a>
## [v0.2.0] - 2018-07-11
Expand Down Expand Up @@ -37,5 +46,6 @@ 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.1]: https://github.com/SAP/ui5-logger/compare/v0.2.0...v0.2.1
[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.2.0",
"version": "0.2.1",
"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 e36dbfb

Please sign in to comment.