Skip to content

Commit baf22bd

Browse files
chore(release): 1.9.0 [skip ci]
# [1.9.0](v1.8.10...v1.9.0) (2025-09-18) ### Bug Fixes * **docekr:** fix docker image ([a6416a3](a6416a3)) * **misc:** fix package.json parsing ([00cb197](00cb197)) * **plan:** remove plan ([86263e4](86263e4)) ### Features * add Docker image building to CI/CD workflows ([#124](#124)) ([760963e](760963e))
1 parent 00cb197 commit baf22bd

3 files changed

Lines changed: 17 additions & 3 deletions

File tree

CHANGELOG.md

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,17 @@
1+
# [1.9.0](https://github.com/chrisdoc/hevy-mcp/compare/v1.8.10...v1.9.0) (2025-09-18)
2+
3+
4+
### Bug Fixes
5+
6+
* **docekr:** fix docker image ([a6416a3](https://github.com/chrisdoc/hevy-mcp/commit/a6416a38934c95409366f63feea9687cbb55c1f1))
7+
* **misc:** fix package.json parsing ([00cb197](https://github.com/chrisdoc/hevy-mcp/commit/00cb19729bc2e7ed42160d55a73a70f5316436ae))
8+
* **plan:** remove plan ([86263e4](https://github.com/chrisdoc/hevy-mcp/commit/86263e44442c53edfd28dfc62cc5b84665fe4b31))
9+
10+
11+
### Features
12+
13+
* add Docker image building to CI/CD workflows ([#124](https://github.com/chrisdoc/hevy-mcp/issues/124)) ([760963e](https://github.com/chrisdoc/hevy-mcp/commit/760963e0fad219c8f80b9b259911a0573637558b))
14+
115
## [1.8.10](https://github.com/chrisdoc/hevy-mcp/compare/v1.8.9...v1.8.10) (2025-09-17)
216

317
## [1.8.9](https://github.com/chrisdoc/hevy-mcp/compare/v1.8.8...v1.8.9) (2025-09-17)

package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "hevy-mcp",
3-
"version": "1.8.10",
3+
"version": "1.9.0",
44
"main": "dist/index.js",
55
"module": "dist/index.js",
66
"types": "dist/index.d.ts",

0 commit comments

Comments
 (0)