Skip to content

Commit dc7344c

Browse files
authored
Merge pull request #35 from codebridger/dev
Dev
2 parents 18c068c + 9aaf15e commit dc7344c

4 files changed

Lines changed: 15 additions & 5 deletions

File tree

CHANGELOG-DEV.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,10 @@
1+
# [1.15.0-dev.1](https://github.com/codebridger/subturtle-extension-apps/compare/v1.14.1...v1.15.0-dev.1) (2026-06-09)
2+
3+
4+
### Features
5+
6+
* Updated the package title and description ([fc73a6c](https://github.com/codebridger/subturtle-extension-apps/commit/fc73a6c545846055f86cad9b3cabeaf09e1d2f5d))
7+
18
## [1.14.1-dev.2](https://github.com/codebridger/subturtle-extension-apps/compare/v1.14.1-dev.1...v1.14.1-dev.2) (2026-06-08)
29

310

CLAUDE.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -197,6 +197,8 @@ A top-level `concurrency:` block keys on `github.ref`, so two pushes to the same
197197

198198
If you squash-merge PRs, GitHub uses the **PR title** as the squash commit message, so PR titles must follow this convention to drive the right bump.
199199

200+
**Always include the ClickUp task ID in the commit message.** Reference it as `#<task-id>` (e.g. `fix(console-crane): align bundle selector height #86exw6kme`), matching existing history (`#86et9bk39`, `CU-86exvrzy8`). It can go in the subject or the body, and it links the commit back to the task in ClickUp. When a change closes a task, put the ID on every commit for that task; for squash-merged PRs put it in the PR title.
201+
200202
### `prepareCmd` does not build
201203

202204
[release.config.cjs](release.config.cjs) `prepareCmd` only runs `scripts/sync-manifest-version.mjs`. The build/zip happen earlier as explicit workflow steps so they're visible in CI logs and have access to the env file. Don't move build/zip back into `prepareCmd`.

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

static/manifest.json

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
2-
"name": "Subturtle",
3-
"description": "Turn video subtitles into English lessons. Learn new vocabulary in context as you watch on YouTube and Netflix.",
4-
"version": "1.14.1",
2+
"name": "Subturtle: Learn English with Subtitles, Videos & AI Coach",
3+
"description": "Learn English from any video or web page: tap a subtitle word for its meaning, save and review words, and speak with an AI coach.",
4+
"version": "1.15.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.15.0-dev.1"
8384
}

0 commit comments

Comments
 (0)