1 parent 92be0b6 commit 5d602edCopy full SHA for 5d602ed
3 files changed
.release-please-manifest.json
@@ -1,3 +1,3 @@
1
{
2
- ".": "1.4.0"
+ ".": "1.5.0"
3
}
CHANGELOG.md
@@ -1,5 +1,13 @@
# Changelog
+## 1.5.0 (2026-08-05)
4
+
5
+Full Changelog: [v1.4.0...v1.5.0](https://github.com/context-dot-dev/context-dev-cli/compare/v1.4.0...v1.5.0)
6
7
+### Features
8
9
+* **api:** api update ([92be0b6](https://github.com/context-dot-dev/context-dev-cli/commit/92be0b69f74d40bddb2748939d27c5b9f2660f46))
10
11
## 1.4.0 (2026-08-05)
12
13
Full Changelog: [v1.3.0...v1.4.0](https://github.com/context-dot-dev/context-dev-cli/compare/v1.3.0...v1.4.0)
pkg/cmd/version.go
@@ -2,4 +2,4 @@
package cmd
-const Version = "1.4.0" // x-release-please-version
+const Version = "1.5.0" // x-release-please-version
0 commit comments