diff --git a/CHANGELOG.md b/CHANGELOG.md index f9b43b8..7b67f62 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,6 +7,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +## [1.4.1] - 2026-07-07 + ### Added ✨ - Added a "Remember comic filter" setting (enabled by default) that restores the "Go to comic" dialog's active filter when the page reloads, and forgets it when disabled. @@ -408,7 +410,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 - Attempt to fix Travis build -[unreleased]: https://github.com/Questionable-Content-Extensions/client/compare/v1.4.0...HEAD +[unreleased]: https://github.com/Questionable-Content-Extensions/client/compare/v1.4.1...HEAD +[1.4.1]: https://github.com/Questionable-Content-Extensions/client/compare/v1.4.0...v1.4.1 [1.4.0]: https://github.com/Questionable-Content-Extensions/client/compare/1.3.0...v1.4.0 [1.3.0]: https://github.com/Questionable-Content-Extensions/client/compare/1.2.1...1.3.0 [1.2.1]: https://github.com/Questionable-Content-Extensions/client/compare/1.2.0...1.2.1 diff --git a/package.json b/package.json index dee82b7..67bb352 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "questionable-content-spa", - "version": "1.4.0", + "version": "1.4.1", "description": "Questionable Content Single-Page Application with Extra Features", "private": true, "scripts": {