Skip to content

Commit 3a3f4ea

Browse files
chore(release): extension v1.1.1 [skip ci]
## [1.1.1](ext-v1.1.0...ext-v1.1.1) (2026-02-11) ### Bug Fixes * **extension:** centralize version management with auto-sync during release ([96cac69](96cac69)) ### Maintenance * automate version synchronization in backend and extension release workflows ([6ad7420](6ad7420)) * **website:** update domain from devmentorai.dev to devmentorai.edwardiaz.dev ([66232a3](66232a3))
1 parent 582d95c commit 3a3f4ea

3 files changed

Lines changed: 13 additions & 2 deletions

File tree

apps/extension/CHANGELOG.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,14 @@
1+
## [1.1.1](https://github.com/BOTOOM/devmentorai/compare/ext-v1.1.0...ext-v1.1.1) (2026-02-11)
2+
3+
### Bug Fixes
4+
5+
* **extension:** centralize version management with auto-sync during release ([96cac69](https://github.com/BOTOOM/devmentorai/commit/96cac6957f2aadf69c19a5b8f8ff8905f0195224))
6+
7+
### Maintenance
8+
9+
* automate version synchronization in backend and extension release workflows ([6ad7420](https://github.com/BOTOOM/devmentorai/commit/6ad7420586474774ddd16655182ddb20d1eec6e8))
10+
* **website:** update domain from devmentorai.dev to devmentorai.edwardiaz.dev ([66232a3](https://github.com/BOTOOM/devmentorai/commit/66232a34db3ad0d03c568845b3d7fa102ee1a21a))
11+
112
## [1.1.0](https://github.com/BOTOOM/devmentorai/compare/ext-v1.0.0...ext-v1.1.0) (2026-02-10)
213

314
### Features

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.0';
5+
export const EXTENSION_VERSION = '1.1.1';

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.0',
9+
version: '1.1.1',
1010
permissions: [
1111
'storage',
1212
'activeTab',

0 commit comments

Comments
 (0)