Skip to content

Commit

Permalink
chore: release 1.1.1 (#227)
Browse files Browse the repository at this point in the history
  • Loading branch information
SachsenspieltCoding authored May 5, 2024
1 parent 7bbcfdf commit 2bcc604
Show file tree
Hide file tree
Showing 4 changed files with 11 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.0"
".": "1.1.1"
}
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,13 @@
- bump tslib from 2.5.3 to 2.6.0 ([#90](https://github.com/Vertretungsapp/app/issues/90)) ([b63edea](https://github.com/Vertretungsapp/app/commit/b63edeab2ec0c08349a4e1a62ed1580aa4674e5a))
- bump typescript from 5.1.3 to 5.1.6 ([#86](https://github.com/Vertretungsapp/app/issues/86)) ([80856f6](https://github.com/Vertretungsapp/app/commit/80856f635862c0158a749edef3cdaa182e6584df))

## [1.1.1](https://github.com/Vertretungsapp/app/compare/v1.1.0...v1.1.1) (2024-05-05)


### 🪲 Bug fixes

* **hotfix:** v1 migrator didn't worked properly ([7bbcfdf](https://github.com/Vertretungsapp/app/commit/7bbcfdf5db7eb86b2ce0627afeeeb5e143fc08c7))

## [1.1.0](https://github.com/Vertretungsapp/app/compare/v1.0.4...v1.1.0) (2024-05-01)


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": "@vertretungsapp/app",
"version": "1.1.0",
"version": "1.1.1",
"private": true,
"scripts": {
"dev": "vite dev",
Expand Down

0 comments on commit 2bcc604

Please sign in to comment.