1 parent 349f90c commit c23596dCopy full SHA for c23596d
3 files changed
.release-please-manifest.json
@@ -1,3 +1,3 @@
1
{
2
- ".": "1.0.0"
+ ".": "1.1.0"
3
}
CHANGELOG.md
@@ -1,5 +1,13 @@
# Changelog
+## 1.1.0 (2026-07-12)
4
+
5
+Full Changelog: [v1.0.0...v1.1.0](https://github.com/context-dot-dev/context-dev-cli/compare/v1.0.0...v1.1.0)
6
7
+### Features
8
9
+* **api:** api update ([349f90c](https://github.com/context-dot-dev/context-dev-cli/commit/349f90c23ba4ac35c8c5dee81060a495475435c3))
10
11
## 1.0.0 (2026-07-12)
12
13
Full Changelog: [v0.11.0...v1.0.0](https://github.com/context-dot-dev/context-dev-cli/compare/v0.11.0...v1.0.0)
pkg/cmd/version.go
@@ -2,4 +2,4 @@
package cmd
-const Version = "1.0.0" // x-release-please-version
+const Version = "1.1.0" // x-release-please-version
0 commit comments