Skip to content

Commit f67bd59

Browse files
chore(release): 1.11.0-dev.1 [skip ci]
# [1.11.0-dev.1](v1.10.1...v1.11.0-dev.1) (2026-05-03) ### Features * add bootstrap loader to popup for improved initial load experience ([02c59f8](02c59f8)) * add prerelease support for dev branch with environment-specific changelogs and configs ([24f087b](24f087b))
1 parent 24f087b commit f67bd59

3 files changed

Lines changed: 12 additions & 3 deletions

File tree

CHANGELOG-DEV.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1 +1,9 @@
1+
# [1.11.0-dev.1](https://github.com/codebridger/subturtle-extension-apps/compare/v1.10.1...v1.11.0-dev.1) (2026-05-03)
2+
3+
4+
### Features
5+
6+
* add bootstrap loader to popup for improved initial load experience ([02c59f8](https://github.com/codebridger/subturtle-extension-apps/commit/02c59f89232f44c4ef0dd3a4dbbef07f37469e80))
7+
* add prerelease support for dev branch with environment-specific changelogs and configs ([24f087b](https://github.com/codebridger/subturtle-extension-apps/commit/24f087b5b8e6cc4c7c53ed1f2e2f72b974d01f6d))
8+
19
# Dev Changelog

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "subturtle-extension",
3-
"version": "1.10.1",
3+
"version": "1.11.0-dev.1",
44
"private": true,
55
"scripts": {
66
"dev": "webpack --watch",

static/manifest.json

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "Subturtle",
33
"description": "Turn video subtitles into English lessons. Learn new vocabulary in context as you watch on YouTube and Netflix.",
4-
"version": "1.10.1",
4+
"version": "1.11.0.1",
55
"manifest_version": 3,
66
"icons": {
77
"128": "/assets/logo-128.png",
@@ -79,5 +79,6 @@
7979
"<all_urls>"
8080
]
8181
}
82-
]
82+
],
83+
"version_name": "1.11.0-dev.1"
8384
}

0 commit comments

Comments
 (0)