Skip to content

Commit c4e15e7

Browse files
chore(release): extension v1.1.2 [skip ci]
## [1.1.2](ext-v1.1.1...ext-v1.1.2) (2026-02-11) ### Bug Fixes * **backend:** centralize version management with dedicated version.ts file ([417716b](417716b)) * **backend:** improve update instructions with npx command and explicit latest tag ([60ab512](60ab512)) * **extension:** update backend update command and use dynamic extension version ([464888a](464888a)) ### Maintenance * **extension:** disable GitHub issue comments in release configuration ([63f7401](63f7401)) * **release:** backend v1.2.1 [skip ci] ([886c3ea](886c3ea)) * **release:** backend v1.2.2 [skip ci] ([41f02ae](41f02ae))
1 parent 2085c60 commit c4e15e7

3 files changed

Lines changed: 16 additions & 2 deletions

File tree

apps/extension/CHANGELOG.md

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,17 @@
1+
## [1.1.2](https://github.com/BOTOOM/devmentorai/compare/ext-v1.1.1...ext-v1.1.2) (2026-02-11)
2+
3+
### Bug Fixes
4+
5+
* **backend:** centralize version management with dedicated version.ts file ([417716b](https://github.com/BOTOOM/devmentorai/commit/417716b72728906ff4ec0803fd134f254d150e44))
6+
* **backend:** improve update instructions with npx command and explicit latest tag ([60ab512](https://github.com/BOTOOM/devmentorai/commit/60ab51260d8426c0d45b00ffa27d75799f197140))
7+
* **extension:** update backend update command and use dynamic extension version ([464888a](https://github.com/BOTOOM/devmentorai/commit/464888a105ec625268721226084850fb47970d07))
8+
9+
### Maintenance
10+
11+
* **extension:** disable GitHub issue comments in release configuration ([63f7401](https://github.com/BOTOOM/devmentorai/commit/63f74015446025ae91581ccd509bfbc82487624b))
12+
* **release:** backend v1.2.1 [skip ci] ([886c3ea](https://github.com/BOTOOM/devmentorai/commit/886c3eabec0de24905695ebcc345f6acdd217792))
13+
* **release:** backend v1.2.2 [skip ci] ([41f02ae](https://github.com/BOTOOM/devmentorai/commit/41f02ae569246b61315caa7b8f00bbfe8e0a25b8))
14+
115
## [1.1.1](https://github.com/BOTOOM/devmentorai/compare/ext-v1.1.0...ext-v1.1.1) (2026-02-11)
216

317
### Bug Fixes

apps/extension/src/version.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,4 +2,4 @@
22
* Extension version - Single source of truth
33
* This file is auto-updated by semantic-release
44
*/
5-
export const EXTENSION_VERSION = '1.1.1';
5+
export const EXTENSION_VERSION = '1.1.2';

apps/extension/wxt.config.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ export default defineConfig({
66
manifest: {
77
name: 'DevMentorAI',
88
description: 'DevOps mentoring and writing assistant powered by GitHub Copilot',
9-
version: '1.1.1',
9+
version: '1.1.2',
1010
permissions: [
1111
'storage',
1212
'activeTab',

0 commit comments

Comments
 (0)