Skip to content

Commit

Permalink
chore(release): 2.0.1 [skip ci]
Browse files Browse the repository at this point in the history
# [vorlesungsplan-plus-v2.0.1](vorlesungsplan-plus-v2.0.0...vorlesungsplan-plus-v2.0.1) (2022-03-21)

### Bug Fixes

* notification not send when setting increases ([4b137bd](4b137bd))
* **timetable:** empty page after clearing changes ([f2b719f](f2b719f))
  • Loading branch information
semantic-release-bot committed Mar 21, 2022
1 parent 4b137bd commit 21ef55d
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 3 deletions.
8 changes: 8 additions & 0 deletions frontend/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,11 @@
# [vorlesungsplan-plus-v2.0.1](https://github.com/larsrickert/vorlesungsplan-plus/compare/vorlesungsplan-plus-v2.0.0...vorlesungsplan-plus-v2.0.1) (2022-03-21)


### Bug Fixes

* notification not send when setting increases ([4b137bd](https://github.com/larsrickert/vorlesungsplan-plus/commit/4b137bd230ad8a722d0dd7f8c359dbf6e1779b7f))
* **timetable:** empty page after clearing changes ([f2b719f](https://github.com/larsrickert/vorlesungsplan-plus/commit/f2b719f3e32381927e93ab68b57b9f8db5418ade))

# [vorlesungsplan-plus-v2.0.0](https://github.com/larsrickert/vorlesungsplan-plus/compare/vorlesungsplan-plus-v1.0.0...vorlesungsplan-plus-v2.0.0) (2022-03-21)


Expand Down
4 changes: 2 additions & 2 deletions frontend/package-lock.json

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

2 changes: 1 addition & 1 deletion frontend/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "vorlesungsplan-plus",
"private": true,
"version": "2.0.0",
"version": "2.0.1",
"scripts": {
"dev": "vite",
"build": "vue-tsc --noEmit && vite build",
Expand Down

0 comments on commit 21ef55d

Please sign in to comment.