Skip to content

Commit

Permalink
release(version): Release 2.13.3 [skip ci]
Browse files Browse the repository at this point in the history
## [2.13.3](2.13.2...2.13.3) (2024-11-03)

### Bug Fixes

* fixes errors appearing in console due to API not being instantiated when checking ([c568704](c568704))
  • Loading branch information
semantic-release-bot committed Nov 3, 2024
1 parent c568704 commit 27bdd6e
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.13.2",
"version": "2.13.3",
"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.13.2",
"version": "2.13.3",
"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 @@ -69,5 +69,6 @@
"2.12.0": "0.15.9",
"2.13.0": "0.15.9",
"2.13.1": "0.15.9",
"2.13.2": "0.15.9"
"2.13.2": "0.15.9",
"2.13.3": "0.15.9"
}

0 comments on commit 27bdd6e

Please sign in to comment.