diff --git a/CHANGELOG.md b/CHANGELOG.md index f8c9bcc..8e932cc 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,14 +7,16 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +## [0.12.5] - 2023-07-03 + ### Fixed -- Fix renaming Collections without URL (#145) -- Fix URL validation (#149) +- Fix renaming Collections without URL (#145) +- Fix URL validation (#149) ### Changed -- Upgrade to Storybook 7 +- Upgrade to Storybook 7 ## [0.12.4] - 2023-06-25 @@ -355,7 +357,9 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 - The entire app! -[Unreleased]: https://github.com/frysztak/orpington-news/compare/0.12.4...HEAD +[Unreleased]: https://github.com/frysztak/orpington-news/compare/0.12.5...HEAD + +[0.12.5]: https://github.com/frysztak/orpington-news/compare/0.12.4...0.12.5 [0.12.4]: https://github.com/frysztak/orpington-news/compare/0.12.3...0.12.4 diff --git a/frontend/package.json b/frontend/package.json index 1aa5e6c..c821f58 100644 --- a/frontend/package.json +++ b/frontend/package.json @@ -1,6 +1,6 @@ { "name": "frontend", - "version": "0.12.4", + "version": "0.12.5", "private": true, "author": "Sebastian Frysztak ", "scripts": {