Skip to content

Commit

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

### Bug Fixes

* Fix logical check on file extensions to not just ignore it when podcast server returns wrong headers ([2c35e7a](2c35e7a))
  • Loading branch information
semantic-release-bot committed Mar 16, 2024
1 parent 2c35e7a commit 87e3200
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 5 deletions.
2 changes: 1 addition & 1 deletion manifest.json
@@ -1,7 +1,7 @@
{
"id": "podnotes",
"name": "PodNotes",
"version": "2.11.0",
"version": "2.11.1",
"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
@@ -1,6 +1,6 @@
{
"name": "podnotes",
"version": "2.11.0",
"version": "2.11.1",
"description": "Helps you write notes on podcasts.",
"main": "main.js",
"scripts": {
Expand Down
3 changes: 2 additions & 1 deletion versions.json
Expand Up @@ -63,5 +63,6 @@
"2.10.6": "0.15.9",
"2.10.7": "0.15.9",
"2.10.8": "0.15.9",
"2.11.0": "0.15.9"
"2.11.0": "0.15.9",
"2.11.1": "0.15.9"
}

0 comments on commit 87e3200

Please sign in to comment.