Skip to content

Commit

Permalink
Release 1.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
matz3 committed Apr 1, 2020
1 parent c0164c7 commit 01fd823
Show file tree
Hide file tree
Showing 3 changed files with 14 additions and 4 deletions.
14 changes: 12 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,19 @@
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/karma-ui5/compare/v1.1.0...HEAD).
A list of unreleased changes can be found [here](https://github.com/SAP/karma-ui5/compare/v1.2.0...HEAD).

<a name="v1.2.0"></a>
## [v1.2.0] - 2020-04-01
### Bug Fixes
- **Error Handling:** Prevent UnhandledRejection [`4e1db52`](https://github.com/SAP/karma-ui5/commit/4e1db528fe15346d1009e97a3a36323f3ba29715)

### Features
- Allow usage with non-blacklisted karma plugins ([#163](https://github.com/SAP/karma-ui5/issues/163)) [`1d41181`](https://github.com/SAP/karma-ui5/commit/1d411816fe8d524a0df4e214f33e15fc1556facb)


<a name="v1.1.0"></a>
## [v1.1.0] - 2019-09-05
## [v1.1.0] - 2019-09-06
### Bug Fixes
- Resolve absolute paths (webapp / src / test) [`4f8c180`](https://github.com/SAP/karma-ui5/commit/4f8c180c0f38e3f6950b9f1bfb40d4d0dbb03c6e)
- Fix link in testsuite error messages [`8129dfd`](https://github.com/SAP/karma-ui5/commit/8129dfd5a9a9e10353145e06ec2aae5da93513f4)
Expand Down Expand Up @@ -87,6 +96,7 @@ versions will only be published as `karma-ui5`.
<a name="0.1.0"></a>
## 0.1.0 - 2014-12-08

[v1.2.0]: https://github.com/SAP/karma-ui5/compare/v1.1.0...v1.2.0
[v1.1.0]: https://github.com/SAP/karma-ui5/compare/v1.0.1...v1.1.0
[v1.0.1]: https://github.com/SAP/karma-ui5/compare/v1.0.0...v1.0.1
[v1.0.0]: https://github.com/SAP/karma-ui5/compare/v1.0.0-beta.2...v1.0.0
Expand Down
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,7 +1,7 @@
{
"name": "karma-ui5",
"description": "A Karma plugin for UI5",
"version": "1.1.0",
"version": "1.2.0",
"author": "SAP SE (https://www.sap.com)",
"license": "Apache-2.0",
"homepage": "https://github.com/SAP/karma-ui5",
Expand Down

0 comments on commit 01fd823

Please sign in to comment.