Skip to content

Commit

Permalink
chore: release v1.4.2
Browse files Browse the repository at this point in the history
  • Loading branch information
JanStevens committed Mar 7, 2024
1 parent 00df35b commit e8d0ba0
Show file tree
Hide file tree
Showing 4 changed files with 12 additions and 4 deletions.
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@


## [1.4.2](https://github.com/JanStevens/monster-mirror/compare/1.4.1...1.4.2) (2024-03-07)


### Bug Fixes

* remove console log ([00df35b](https://github.com/JanStevens/monster-mirror/commit/00df35bca29a03156c4b8032fa8a1f8ed64cf2a2))
* switch to serwist for PWA support ([9fb0d7c](https://github.com/JanStevens/monster-mirror/commit/9fb0d7c498d63251beca30cce32a72250939f560))

## [1.4.1](https://github.com/JanStevens/monster-mirror/compare/1.4.0...1.4.1) (2024-03-07)


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": "monster-mirror",
"version": "1.4.1",
"version": "1.4.2",
"private": true,
"scripts": {
"prepare": "panda codegen && husky install",
Expand Down
2 changes: 1 addition & 1 deletion public/manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -27,5 +27,5 @@
"browser"
],
"orientation": "portrait",
"version": "1.4.1"
"version": "1.4.2"
}

0 comments on commit e8d0ba0

Please sign in to comment.