Skip to content

Commit

Permalink
chore: release 1.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
SachsenspieltCoding committed Jan 2, 2024
1 parent 591db95 commit 24f55ce
Show file tree
Hide file tree
Showing 4 changed files with 23 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.0.0"
".": "1.0.1"
}
19 changes: 19 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,19 @@
# Changelog

## [1.0.1](https://github.com/Vertretungsapp/indiware-api/compare/v1.0.0...v1.0.1) (2024-01-02)


### 🪲 Bug Fixes

* added missing type 'module' in package.json ([addf188](https://github.com/Vertretungsapp/indiware-api/commit/addf1883657d771ea4bac4bb70c2018844994293))


### 🔧 Other Changes

* reduced package size ([addf188](https://github.com/Vertretungsapp/indiware-api/commit/addf1883657d771ea4bac4bb70c2018844994293))


### 🚀 CI/CD Changes

* added automated npm release ([591db95](https://github.com/Vertretungsapp/indiware-api/commit/591db95bb6f8566046592de47511df9cdb628735))
* added release-please ([c64b5e1](https://github.com/Vertretungsapp/indiware-api/commit/c64b5e1d29030e6558588de152bf06754f669573))
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.0.0",
"version": "1.0.1",
"type": "module",
"description": "A fully-typed wrapper for the Indiware API, used by Vertretungsapp",
"author": "Vertretungsapp Development",
Expand Down

0 comments on commit 24f55ce

Please sign in to comment.