Skip to content

Commit b52ac4a

Browse files
chore(main): release 1.0.0 (#38)
1 parent 5252713 commit b52ac4a

4 files changed

Lines changed: 15 additions & 4 deletions

File tree

.release-please-manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
{
2-
".": "0.0.14"
2+
".": "1.0.0"
33
}

CHANGELOG.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,16 @@
11
# Changelog
22

3+
## [1.0.0](https://github.com/malhashemi/opencode-sessions/compare/v0.0.14...v1.0.0) (2025-10-29)
4+
5+
6+
### ⚠ BREAKING CHANGES
7+
8+
* This marks the stable 1.0.0 release with production-ready code
9+
10+
### Miscellaneous Chores
11+
12+
* release v1.0.0 - production ready ([#37](https://github.com/malhashemi/opencode-sessions/issues/37)) ([5252713](https://github.com/malhashemi/opencode-sessions/commit/52527130997754456d3c06ad866c68dea35e07f5))
13+
314
## [0.0.14](https://github.com/malhashemi/opencode-sessions/compare/v0.0.13...v0.0.14) (2025-10-29)
415

516

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": "opencode-sessions",
3-
"version": "0.0.14",
3+
"version": "1.0.0",
44
"description": "Session management plugin for OpenCode with multi-agent collaboration support",
55
"main": "./dist/index.js",
66
"types": "./dist/index.d.ts",

0 commit comments

Comments
 (0)