Skip to content

Commit

Permalink
Release version bumped
Browse files Browse the repository at this point in the history
  • Loading branch information
zaychenko-sergei committed Oct 9, 2023
1 parent a234b3e commit f3ba2ab
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ All notable changes to this project will be documented in this file.
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).

## Unreleased
## [0.12.0] - 2023-10-09
### Added
- Login page accepts a callback URL, and emits a POST request if it is defined,
instead of normal login functionality - to be used by CLI application for remote logins
Expand Down
6 changes: 3 additions & 3 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "kamu-platform",
"version": "0.11.0",
"version": "0.12.0",
"scripts": {
"ng": "ng",
"start": "ng serve --watch",
Expand Down Expand Up @@ -104,4 +104,4 @@
"ts-node": "~8.3.0",
"typescript": "4.6.4"
}
}
}

0 comments on commit f3ba2ab

Please sign in to comment.