Skip to content

Commit

Permalink
chore: release 1.1.2 (#17)
Browse files Browse the repository at this point in the history
  • Loading branch information
SachsenspieltCoding authored Jan 9, 2024
1 parent 40e70ed commit c199ac3
Show file tree
Hide file tree
Showing 4 changed files with 22 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .release-please-manifest.json
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
{
".": "1.1.1"
".": "1.1.2"
}
18 changes: 18 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,23 @@
# Changelog

## [1.1.2](https://github.com/Vertretungsapp/indiware-api/compare/v1.1.1...v1.1.2) (2024-01-09)


### 🪲 Bug Fixes

* added missing exports for errors for better use ([40e70ed](https://github.com/Vertretungsapp/indiware-api/commit/40e70ed5669c3f612c48c20abb83588e58f43303))
* rooms not get seperated correctly like teachers ([2c24d14](https://github.com/Vertretungsapp/indiware-api/commit/2c24d14909aee150f836b0c939d481608be64740))


### 🔧 Code Refactoring

* refactored rooms & teachers generation ([2c24d14](https://github.com/Vertretungsapp/indiware-api/commit/2c24d14909aee150f836b0c939d481608be64740))


### 🔧 Other Changes

* format files ([6fc6288](https://github.com/Vertretungsapp/indiware-api/commit/6fc62880c7e7adcb21ac9a9e73a646f07b2aac28))

## [1.1.1](https://github.com/Vertretungsapp/indiware-api/compare/v1.1.0...v1.1.1) (2024-01-06)


Expand Down
4 changes: 2 additions & 2 deletions 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 package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "indiware-api",
"version": "1.1.1",
"version": "1.1.2",
"type": "module",
"description": "A fully-typed wrapper for the Indiware API, used by Vertretungsapp",
"author": "Vertretungsapp Development",
Expand Down

0 comments on commit c199ac3

Please sign in to comment.