From f1f29d01df2ceec6144cd054807de3698bca288c Mon Sep 17 00:00:00 2001 From: GitHub Actions Date: Fri, 14 Jul 2023 14:17:55 +0000 Subject: [PATCH] chore(release): 0.12.7 --- CHANGELOG.md | 12 ++++++++---- frontend/package.json | 2 +- 2 files changed, 9 insertions(+), 5 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index dfdc692..2f48ce5 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,17 +7,19 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +## [0.12.7] - 2023-07-14 + ### Added -- Specific optimistic update for "mark all as read" operation for Collections with "unread" filter applied +- Specific optimistic update for "mark all as read" operation for Collections with "unread" filter applied ### Fixed -- Fix adding Collections without URL (#160) +- Fix adding Collections without URL (#160) ### Changed -- Update dependencies +- Update dependencies ## [0.12.6] - 2023-07-06 @@ -375,7 +377,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.6...HEAD +[Unreleased]: https://github.com/frysztak/orpington-news/compare/0.12.7...HEAD + +[0.12.7]: https://github.com/frysztak/orpington-news/compare/0.12.6...0.12.7 [0.12.6]: https://github.com/frysztak/orpington-news/compare/0.12.5...0.12.6 diff --git a/frontend/package.json b/frontend/package.json index 70b1f8d..5af366b 100644 --- a/frontend/package.json +++ b/frontend/package.json @@ -1,6 +1,6 @@ { "name": "frontend", - "version": "0.12.6", + "version": "0.12.7", "private": true, "author": "Sebastian Frysztak ", "scripts": {