Skip to content

Commit 76553d0

Browse files
chore(release): 1.14.0 [skip ci]
# [1.14.0](v1.13.0...v1.14.0) (2026-06-08) ### Bug Fixes * **analytics:** import authentication from client lib so unit suites load ([902436f](902436f)) ### Features * **analytics:** align events with docs/metrics conventions, close tracking gaps ([6e3236e](6e3236e))
1 parent 9d36e00 commit 76553d0

3 files changed

Lines changed: 15 additions & 4 deletions

File tree

CHANGELOG.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,15 @@
1+
# [1.14.0](https://github.com/codebridger/subturtle-extension-apps/compare/v1.13.0...v1.14.0) (2026-06-08)
2+
3+
4+
### Bug Fixes
5+
6+
* **analytics:** import authentication from client lib so unit suites load ([902436f](https://github.com/codebridger/subturtle-extension-apps/commit/902436f1b15a93739527cdbd8eed6e3eca7aed70))
7+
8+
9+
### Features
10+
11+
* **analytics:** align events with docs/metrics conventions, close tracking gaps ([6e3236e](https://github.com/codebridger/subturtle-extension-apps/commit/6e3236e70bae3cd55a3d060311c85a4b36238723))
12+
113
# [1.13.0](https://github.com/codebridger/subturtle-extension-apps/compare/v1.12.0...v1.13.0) (2026-06-02)
214

315

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.14.0-dev.1",
3+
"version": "1.14.0",
44
"private": true,
55
"scripts": {
66
"dev": "webpack --watch",

static/manifest.json

Lines changed: 2 additions & 3 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.14.0.1",
4+
"version": "1.14.0",
55
"manifest_version": 3,
66
"icons": {
77
"128": "/assets/logo-128.png",
@@ -79,6 +79,5 @@
7979
"<all_urls>"
8080
]
8181
}
82-
],
83-
"version_name": "1.14.0-dev.1"
82+
]
8483
}

0 commit comments

Comments
 (0)