Skip to content

Commit feda08f

Browse files
committed
Release 0.8.7
1 parent c7513a1 commit feda08f

File tree

3 files changed

+10
-3
lines changed

3 files changed

+10
-3
lines changed

CHANGELOG.md

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,13 @@
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/less-openui5/compare/v0.8.6...HEAD).
5+
A list of unreleased changes can be found [here](https://github.com/SAP/less-openui5/compare/v0.8.7...HEAD).
6+
7+
<a name="v0.8.7"></a>
8+
## [v0.8.7] - 2020-06-09
9+
### Bug Fixes
10+
- Error handling for missing scoping files [`c7513a1`](https://github.com/SAP/less-openui5/commit/c7513a101a2f01e9114ff86f5be598a29bc51be0)
11+
612

713
<a name="v0.8.6"></a>
814
## [v0.8.6] - 2020-02-24
@@ -59,6 +65,7 @@ A list of unreleased changes can be found [here](https://github.com/SAP/less-ope
5965
- Scope rule handling ([#92](https://github.com/SAP/less-openui5/issues/92)) [`89b56c1`](https://github.com/SAP/less-openui5/commit/89b56c1a975f53ea8e436878b07707f1fb061486)
6066

6167

68+
[v0.8.7]: https://github.com/SAP/less-openui5/compare/v0.8.6...v0.8.7
6269
[v0.8.6]: https://github.com/SAP/less-openui5/compare/v0.8.5...v0.8.6
6370
[v0.8.5]: https://github.com/SAP/less-openui5/compare/v0.8.4...v0.8.5
6471
[v0.8.4]: https://github.com/SAP/less-openui5/compare/v0.8.3...v0.8.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": "less-openui5",
3-
"version": "0.8.6",
3+
"version": "0.8.7",
44
"description": "Build OpenUI5 themes with Less.js",
55
"scripts": {
66
"lint": "eslint lib test",

0 commit comments

Comments
 (0)