Skip to content

Commit 174bb5e

Browse files
committed
πŸ”§ chore(release): bump version to 1.2.7
1 parent dc0ee46 commit 174bb5e

3 files changed

Lines changed: 15 additions & 2 deletions

File tree

β€ŽCHANGELOG.mdβ€Ž

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,19 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
2525

2626
---
2727

28+
## [1.2.7] - 2025-06-19
29+
30+
### Fixed
31+
32+
- **CLI path resolution** β€” `bin/init.mjs` path to package.json fixed for npx execution
33+
- **npm dist-tag** β€” published 1.2.7 to npm registry with correct `latest` tag
34+
35+
### Changed
36+
37+
- Version: 1.2.6 β†’ **1.2.7**
38+
39+
---
40+
2841
## [Unreleased]
2942

3043
---

β€Žindex.htmlβ€Ž

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -819,7 +819,7 @@
819819
"
820820
>
821821
<span class="w-1.5 h-1.5 rounded-full pulse-dot" style="background: #8b6cf6"></span>
822-
v1.2.6 &mdash; Open Source &mdash; 33 Agents
822+
v1.2.7 &mdash; Open Source &mdash; 33 Agents
823823
</div>
824824

825825
<!-- Headline -->

β€Žpackage.jsonβ€Ž

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "opencode-agent-kit",
3-
"version": "1.2.6-latest",
3+
"version": "1.2.7",
44
"description": "Multi-stack OpenCode agent toolkit β€” 31+ specialized AI agents, 200+ skills, 46 commands, 8 MCP servers (Nuxt, React, Node.js, Laravel, CI3, Android, Flutter, DevOps, SEO, SonarQube, and more)",
55
"type": "module",
66
"bin": {

0 commit comments

Comments
Β (0)