diff --git a/.release-please-manifest.json b/.release-please-manifest.json index 96f1cd94..9049e2fd 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "1.3.0" + ".": "1.3.1" } diff --git a/CHANGELOG.md b/CHANGELOG.md index 09ef2ab4..37c9c7ef 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,14 @@ # Changelog +## [1.3.1](https://github.com/zidoro/pomatez/compare/v1.3.0...v1.3.1) (2023-10-19) + + +### Bug Fixes 🐛 + +* javascript error on launch ([#414](https://github.com/zidoro/pomatez/issues/414)) ([c6c18fb](https://github.com/zidoro/pomatez/commit/c6c18fb47b424be62a9b91ed64c7c95e8eaa41a3)) +* **lang:** Switch "released notes" with "release notes" ([#439](https://github.com/zidoro/pomatez/issues/439)) ([d9a3afa](https://github.com/zidoro/pomatez/commit/d9a3afa11f828084483c1d1e3693ff9b0dc1c8e1)) +* toast notification ([#382](https://github.com/zidoro/pomatez/issues/382)) ([25403d7](https://github.com/zidoro/pomatez/commit/25403d742d83d0d3654418a43bc5efe8316dc019)) + ## [1.3.0](https://github.com/zidoro/pomatez/compare/v1.2.3...v1.3.0) (2023-09-26) ### Features ✨ diff --git a/app/main/package.json b/app/main/package.json index 558b8576..21012c23 100644 --- a/app/main/package.json +++ b/app/main/package.json @@ -1,6 +1,6 @@ { "name": "pomatez", - "version": "1.3.0", + "version": "1.3.1", "private": true, "license": "MIT", "main": "./build/main.js", diff --git a/app/renderer/package.json b/app/renderer/package.json index 42177707..88ea4f12 100644 --- a/app/renderer/package.json +++ b/app/renderer/package.json @@ -1,6 +1,6 @@ { "name": "@pomatez/renderer", - "version": "1.3.0", + "version": "1.3.1", "private": true, "license": "MIT", "author": { diff --git a/package.json b/package.json index 81cde591..61e9c606 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "root", "private": true, - "version": "1.3.0", + "version": "1.3.1", "workspaces": [ "app/*" ],