Skip to content

Commit 25aa43d

Browse files
chore(release): backend v1.1.0 [skip ci]
## [1.1.0](backend-v1.0.0...backend-v1.1.0) (2026-02-10) ### Features * add build and typecheck steps for shared package in backend and extension workflows ([5151fe2](5151fe2)) * add GitHub Actions workflow for extension release with testing and semantic release ([8ae85a4](8ae85a4)) * add image handling and selection context types ([a6b1920](a6b1920)) * implement update check functionality in backend CLI and health routes; add updates API endpoint ([ed18a9b](ed18a9b)) * implement update checker functionality; add update notifications and version management ([9e1d406](9e1d406)) ### Refactoring * Refactor and clean up code across multiple files ([035f256](035f256))
1 parent 035f256 commit 25aa43d

2 files changed

Lines changed: 15 additions & 1 deletion

File tree

apps/backend/CHANGELOG.md

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,17 @@
1+
## [1.1.0](https://github.com/BOTOOM/devmentorai/compare/backend-v1.0.0...backend-v1.1.0) (2026-02-10)
2+
3+
### Features
4+
5+
* add build and typecheck steps for shared package in backend and extension workflows ([5151fe2](https://github.com/BOTOOM/devmentorai/commit/5151fe2597670b197e5b08b06ebaf393709fb08d))
6+
* add GitHub Actions workflow for extension release with testing and semantic release ([8ae85a4](https://github.com/BOTOOM/devmentorai/commit/8ae85a49f0626df9fd83085938482622492ccc63))
7+
* add image handling and selection context types ([a6b1920](https://github.com/BOTOOM/devmentorai/commit/a6b19209bb42ad81de30a69f484242a5aa313003))
8+
* implement update check functionality in backend CLI and health routes; add updates API endpoint ([ed18a9b](https://github.com/BOTOOM/devmentorai/commit/ed18a9b70bd40d847d31c3d8751fa6b830b63bd6))
9+
* implement update checker functionality; add update notifications and version management ([9e1d406](https://github.com/BOTOOM/devmentorai/commit/9e1d406894ef0d5bf2ccce2e47639fab46811dbb))
10+
11+
### Refactoring
12+
13+
* Refactor and clean up code across multiple files ([035f256](https://github.com/BOTOOM/devmentorai/commit/035f2565d02a30674abb17d3d1b9742a2979b413))
14+
115
## 1.0.0 (2026-02-10)
216

317
### Features

apps/backend/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "devmentorai-server",
3-
"version": "1.0.0",
3+
"version": "1.1.0",
44
"private": false,
55
"type": "module",
66
"description": "DevMentorAI backend server — AI-powered DevOps mentoring via GitHub Copilot. Run with: npx devmentorai-server",

0 commit comments

Comments
 (0)