Skip to content

Commit

Permalink
chore: release main (#39)
Browse files Browse the repository at this point in the history
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
  • Loading branch information
github-actions[bot] authored Dec 17, 2024
1 parent 7243ab5 commit e6eeb90
Show file tree
Hide file tree
Showing 5 changed files with 18 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .release-please-manifest.json
Original file line number Diff line number Diff line change
@@ -1 +1 @@
{"packages/cli":"0.3.0","packages/core":"1.32.0"}
{"packages/cli":"0.3.1","packages/core":"1.32.1"}
7 changes: 7 additions & 0 deletions packages/cli/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# Changelog

## [0.3.1](https://github.com/konfjs/k8skonf/compare/cli-v0.3.0...cli-v0.3.1) (2024-12-17)


### Chores

* add provenance as env ([#37](https://github.com/konfjs/k8skonf/issues/37)) ([b248750](https://github.com/konfjs/k8skonf/commit/b24875095595e727911041225872d49a5a86a7f9))

## [0.3.0](https://github.com/konfjs/k8skonf/compare/cli-v0.2.0...cli-v0.3.0) (2024-12-17)


Expand Down
2 changes: 1 addition & 1 deletion packages/cli/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@k8skonf/cli",
"version": "0.3.0",
"version": "0.3.1",
"author": {
"name": "konfjs",
"url": "https://github.com/konfjs"
Expand Down
8 changes: 8 additions & 0 deletions packages/core/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# Changelog

## [1.32.1](https://github.com/konfjs/k8skonf/compare/core-v1.32.0...core-v1.32.1) (2024-12-17)


### Chores

* add provenance as env ([#37](https://github.com/konfjs/k8skonf/issues/37)) ([b248750](https://github.com/konfjs/k8skonf/commit/b24875095595e727911041225872d49a5a86a7f9))
* **core:** use `Kind.name.yaml` syntax to save [#38](https://github.com/konfjs/k8skonf/issues/38) ([7243ab5](https://github.com/konfjs/k8skonf/commit/7243ab55226ad1ecf84a038fe39016a1d629957f))

## [1.32.0](https://github.com/konfjs/k8skonf/compare/core-v1.31.0...core-v1.32.0) (2024-12-17)


Expand Down
2 changes: 1 addition & 1 deletion packages/core/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@k8skonf/core",
"version": "1.32.0",
"version": "1.32.1",
"author": {
"name": "konfjs",
"url": "https://github.com/konfjs"
Expand Down

0 comments on commit e6eeb90

Please sign in to comment.