Skip to content

Commit a975030

Browse files
author
nicogeburek
committed
update changelog, versioning
1 parent 32d24bc commit a975030

File tree

3 files changed

+9
-3
lines changed

3 files changed

+9
-3
lines changed

CHANGELOG.md

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,14 @@ The format is based on [Keep a Changelog](http://keepachangelog.com/) and this p
66

77
## [Unreleased]
88

9+
## [1.0.1] - 2022-06-14
10+
11+
### Changed
12+
13+
- Disable cache and run standard `npm install` instead of `npm clean-install` in the GitHub action (automated testing).
14+
915
## [1.0.0] - 2022-06-08
1016

1117
### Added
1218

13-
- Initial release
19+
- Initial release

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-challenge",
3-
"version": "1.0.0",
3+
"version": "1.0.1",
44
"description": "SAP Community Code Challenge: This repository contains an empty OpenUI5 application and end-to-end test written with wdi5. Take part in the challenge and develop an app that passes the tests.",
55
"scripts": {
66
"start": "ui5 serve --port 8080",

0 commit comments

Comments
 (0)