Skip to content

Commit

Permalink
chore: release 2.0.0 (#31)
Browse files Browse the repository at this point in the history
  • Loading branch information
SachsenspieltCoding authored Aug 31, 2024
1 parent 309ff70 commit da910ac
Show file tree
Hide file tree
Showing 4 changed files with 26 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.2.3"
".": "2.0.0"
}
22 changes: 22 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,27 @@
# Changelog

## [2.0.0](https://github.com/Vertretungsapp/indiware-api/compare/v1.2.3...v2.0.0) (2024-08-31)


### ⚠ BREAKING CHANGES

* deprecated old get functions

### 📕 Features

* added fetchAvailableDates() ([309ff70](https://github.com/Vertretungsapp/indiware-api/commit/309ff709804a2b4f8f75bf255abc023d0688e3b3))
* added fetchSubstitutionPlan() and fetchSubstitutionPlans() ([309ff70](https://github.com/Vertretungsapp/indiware-api/commit/309ff709804a2b4f8f75bf255abc023d0688e3b3))


### 🔄 Changes

* deprecated old get functions ([309ff70](https://github.com/Vertretungsapp/indiware-api/commit/309ff709804a2b4f8f75bf255abc023d0688e3b3))


### ⚙️ Dependencies

* updated all dependencies ([5293bee](https://github.com/Vertretungsapp/indiware-api/commit/5293beebd6a1cf4946d817fb8200c0174d6c51bf))

## [1.2.3](https://github.com/Vertretungsapp/indiware-api/compare/v1.2.2...v1.2.3) (2024-07-30)


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.2.3",
"version": "2.0.0",
"description": "A fully-typed wrapper for the Indiware API, used by Vertretungsapp",
"author": "Vertretungsapp Development",
"type": "module",
Expand Down

0 comments on commit da910ac

Please sign in to comment.