Skip to content

Commit

Permalink
release(version): Release 2.13.0 [skip ci]
Browse files Browse the repository at this point in the history
# [2.13.0](2.12.0...2.13.0) (2024-07-18)

### Bug Fixes

* undifined with unplay episode when mark as play or mark as unplay ([137bac9](137bac9))

### Features

* improved OMPL import: much faster import, choose file anywhere on your device to import, show import progress ([10b02fa](10b02fa))
* redesign podcast view in settings: shows all your podcasts by default, search shows found podcasts, and redesigned how the results look ([c688e3e](c688e3e))
  • Loading branch information
semantic-release-bot committed Jul 18, 2024
1 parent 0632eea commit 09f3b72
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 5 deletions.
2 changes: 1 addition & 1 deletion manifest.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"id": "podnotes",
"name": "PodNotes",
"version": "2.12.0",
"version": "2.13.0",
"minAppVersion": "0.15.9",
"description": "Helps you write notes on podcasts.",
"author": "Christian B. B. Houmann",
Expand Down
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "podnotes",
"version": "2.12.0",
"version": "2.13.0",
"description": "Helps you write notes on podcasts.",
"main": "main.js",
"scripts": {
Expand Down
3 changes: 2 additions & 1 deletion versions.json
Original file line number Diff line number Diff line change
Expand Up @@ -66,5 +66,6 @@
"2.11.0": "0.15.9",
"2.11.1": "0.15.9",
"2.11.2": "0.15.9",
"2.12.0": "0.15.9"
"2.12.0": "0.15.9",
"2.13.0": "0.15.9"
}

0 comments on commit 09f3b72

Please sign in to comment.