From 98ef2e0aec594dcb6a3d81a755d33406a9606d99 Mon Sep 17 00:00:00 2001 From: GitHub Actions Date: Thu, 6 Jul 2023 17:18:24 +0000 Subject: [PATCH] chore(release): 0.12.6 --- CHANGELOG.md | 8 ++++++-- frontend/package.json | 2 +- 2 files changed, 7 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index ee12d99..04c3313 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,9 +7,11 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +## [0.12.6] - 2023-07-06 + ### Fixed -- Fix User-Agent not always being set when fetching feeds (#149) +- Fix User-Agent not always being set when fetching feeds (#149) ## [0.12.5] - 2023-07-03 @@ -361,7 +363,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.5...HEAD +[Unreleased]: https://github.com/frysztak/orpington-news/compare/0.12.6...HEAD + +[0.12.6]: https://github.com/frysztak/orpington-news/compare/0.12.5...0.12.6 [0.12.5]: https://github.com/frysztak/orpington-news/compare/0.12.4...0.12.5 diff --git a/frontend/package.json b/frontend/package.json index c821f58..ba4f136 100644 --- a/frontend/package.json +++ b/frontend/package.json @@ -1,6 +1,6 @@ { "name": "frontend", - "version": "0.12.5", + "version": "0.12.6", "private": true, "author": "Sebastian Frysztak ", "scripts": {