Skip to content

Commit

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

### Bug Fixes

* lectures containing "prüfung" not classified as exam ([820e846](820e846))
* self study ("Selbststudium") classified as PRESENCE ([9a8b6ff](9a8b6ff))

### Features

* add lecture type "HOLIDAY" ([79eb922](79eb922))
  • Loading branch information
semantic-release-bot committed Mar 26, 2022
1 parent 92b15f3 commit 60129e6
Show file tree
Hide file tree
Showing 3 changed files with 17 additions and 4 deletions.
15 changes: 14 additions & 1 deletion backend/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,16 @@
# [vorlesungsplan-plus-api-v2.1.0](https://github.com/larsrickert/vorlesungsplan-plus/compare/vorlesungsplan-plus-api-v2.0.0...vorlesungsplan-plus-api-v2.1.0) (2022-03-26)


### Bug Fixes

* lectures containing "prüfung" not classified as exam ([820e846](https://github.com/larsrickert/vorlesungsplan-plus/commit/820e846764e191a4c25954c827d68318eea99413))
* self study ("Selbststudium") classified as PRESENCE ([9a8b6ff](https://github.com/larsrickert/vorlesungsplan-plus/commit/9a8b6ff6899d0e3b7ef14b634eb8fd064344f4f3))


### Features

* add lecture type "HOLIDAY" ([79eb922](https://github.com/larsrickert/vorlesungsplan-plus/commit/79eb9221a41cebadbd4d46797a7f90ec78defaf8))

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


Expand Down Expand Up @@ -32,4 +45,4 @@

### Features

* add monorepo and semantic-release ([#4](https://github.com/larsrickert/vorlesungsplan-plus/issues/4)) ([304087f](https://github.com/larsrickert/vorlesungsplan-plus/commit/304087f38b11b8c11336286f0463da03907b08b5))
* add monorepo and semantic-release ([#4](https://github.com/larsrickert/vorlesungsplan-plus/issues/4)) ([304087f](https://github.com/larsrickert/vorlesungsplan-plus/commit/304087f38b11b8c11336286f0463da03907b08b5))
4 changes: 2 additions & 2 deletions backend/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 backend/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "vorlesungsplan-plus-api",
"private": true,
"version": "2.0.0",
"version": "2.1.0",
"main": "dist/src/server.js",
"scripts": {
"dev": "nodemon",
Expand Down

0 comments on commit 60129e6

Please sign in to comment.