Skip to content

Commit 51fae21

Browse files
chore(release): 0.7.0 [skip ci]
# [0.7.0](v0.6.1...v0.7.0) (2025-03-10) ### Bug Fixes * change where anthropic key is declared ([f6f72d3](f6f72d3)) * ensure npm publish only happens on release branch ([ec352d6](ec352d6)) ### Features * add GitHub Action for issue comment commands ([136950f](136950f)), closes [#162](#162) * allow for generic /mycoder commands ([4b6608e](4b6608e)) * **release:** implement conventional commits approach ([5878dd1](5878dd1)), closes [#140](#140)
1 parent e57b795 commit 51fae21

File tree

2 files changed

+15
-1
lines changed

2 files changed

+15
-1
lines changed

CHANGELOG.md

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,14 @@
1+
# [0.7.0](https://github.com/drivecore/mycoder/compare/v0.6.1...v0.7.0) (2025-03-10)
2+
3+
4+
### Bug Fixes
5+
6+
* change where anthropic key is declared ([f6f72d3](https://github.com/drivecore/mycoder/commit/f6f72d3bc18a65fc775151cd375398aba230a06f))
7+
* ensure npm publish only happens on release branch ([ec352d6](https://github.com/drivecore/mycoder/commit/ec352d6956c717726ef388a07d88372c12b634a6))
8+
9+
10+
### Features
11+
12+
* add GitHub Action for issue comment commands ([136950f](https://github.com/drivecore/mycoder/commit/136950f4bd6d14e544bbd415ed313f7842a9b9a2)), closes [#162](https://github.com/drivecore/mycoder/issues/162)
13+
* allow for generic /mycoder commands ([4b6608e](https://github.com/drivecore/mycoder/commit/4b6608e0b8e5f408eb5f12fe891657a5fb25bdb4))
14+
* **release:** implement conventional commits approach ([5878dd1](https://github.com/drivecore/mycoder/commit/5878dd1a56004eb8a994d40416d759553b022eb8)), closes [#140](https://github.com/drivecore/mycoder/issues/140)

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "mycoder-monorepo",
3-
"version": "0.6.1",
3+
"version": "0.7.0",
44
"type": "module",
55
"private": true,
66
"packageManager": "[email protected]",

0 commit comments

Comments
 (0)