chore(main): release 0.3.0 (#21)

Co-authored-by: release-please[bot] <55107282+release-please[bot]@users.noreply.github.com>
This commit is contained in:
release-please[bot] 2023-12-12 19:54:06 +01:00 committed by GitHub
parent 7a583d81a6
commit 0870885462
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
4 changed files with 16 additions and 4 deletions

View File

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

View File

@ -1,5 +1,17 @@
# Changelog # Changelog
## [0.3.0](https://github.com/2martens/tsw-timetable-frontend/compare/v0.2.0...v0.3.0) (2023-12-04)
### Features
* Add route editing functionality ([#20](https://github.com/2martens/tsw-timetable-frontend/issues/20)) ([7a583d8](https://github.com/2martens/tsw-timetable-frontend/commit/7a583d81a6b3ef7b81e5f40d8745b6ea5fa257e5))
### Bug Fixes
* **formations:** Don't overwrite existing formations in local storage ([7a583d8](https://github.com/2martens/tsw-timetable-frontend/commit/7a583d81a6b3ef7b81e5f40d8745b6ea5fa257e5))
## [0.2.0](https://github.com/2martens/tsw-timetable-frontend/compare/v0.1.1...v0.2.0) (2023-11-29) ## [0.2.0](https://github.com/2martens/tsw-timetable-frontend/compare/v0.1.1...v0.2.0) (2023-11-29)

4
package-lock.json generated
View File

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

View File

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