Skip to content

Commit

Permalink
Merge pull request #167 from frysztak/release/v0.13.0
Browse files Browse the repository at this point in the history
v0.13.0 into dev
  • Loading branch information
frysztak authored Aug 11, 2023
2 parents 8287bc4 + b6be5ae commit 8d56a40
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 8 deletions.
18 changes: 11 additions & 7 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,20 +7,22 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## [Unreleased]

## [0.13.0] - 2023-08-11

### Added

- Standalone Article page
- Hotkeys
- Previous/next Article buttons (mobile only)
- Standalone Article page
- Hotkeys
- Previous/next Article buttons (mobile only)

### Fixed

- Fix opening Article by URL
- Fix previous/next Article calculations
- Fix opening Article by URL
- Fix previous/next Article calculations

### Removed

- Swiping left/right on Article page
- Swiping left/right on Article page

## [0.12.7] - 2023-07-14

Expand Down Expand Up @@ -392,7 +394,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.7...HEAD
[Unreleased]: https://github.com/frysztak/orpington-news/compare/0.13.0...HEAD

[0.13.0]: https://github.com/frysztak/orpington-news/compare/0.12.7...0.13.0

[0.12.7]: https://github.com/frysztak/orpington-news/compare/0.12.6...0.12.7

Expand Down
2 changes: 1 addition & 1 deletion frontend/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "frontend",
"version": "0.12.7",
"version": "0.13.0",
"private": true,
"author": "Sebastian Frysztak <[email protected]>",
"scripts": {
Expand Down

0 comments on commit 8d56a40

Please sign in to comment.