chore(main): release 0.2.0 (#18)

Co-authored-by: release-please[bot] <55107282+release-please[bot]@users.noreply.github.com>
This commit is contained in:
release-please[bot] 2023-11-29 20:52:24 +01:00 committed by GitHub
parent ac5d4893e1
commit df20780938
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
4 changed files with 11 additions and 4 deletions

View File

@ -1,3 +1,3 @@
{
".": "0.1.1"
".": "0.2.0"
}

View File

@ -1,5 +1,12 @@
# Changelog
## [0.2.0](https://github.com/2martens/tsw-timetable-frontend/compare/v0.1.1...v0.2.0) (2023-11-29)
### Features
* Full subscription journey added ([#9](https://github.com/2martens/tsw-timetable-frontend/issues/9)) ([ac5d489](https://github.com/2martens/tsw-timetable-frontend/commit/ac5d4893e1f6d3a634dbdfa52b77bd6deec49905))
## [0.1.1](https://github.com/2martens/tsw-timetable-frontend/compare/v0.1.0...v0.1.1) (2023-11-19)

4
package-lock.json generated
View File

@ -1,12 +1,12 @@
{
"name": "tsw-timetable-frontend",
"version": "0.1.1",
"version": "0.2.0",
"lockfileVersion": 2,
"requires": true,
"packages": {
"": {
"name": "tsw-timetable-frontend",
"version": "0.1.1",
"version": "0.2.0",
"dependencies": {
"@angular/animations": "^17.0.2",
"@angular/common": "^17.0.2",

View File

@ -1,6 +1,6 @@
{
"name": "tsw-timetable-frontend",
"version": "0.1.1",
"version": "0.2.0",
"author": "Jim Martens",
"homepage": "https://2martens.de/",
"description": "Frontend for timetable application",