Skip to content

Commit

Permalink
chore: release main
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] authored Feb 14, 2025
1 parent c636fc4 commit 21e8cde
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.6.2","packages/core":"1.32.12"}
{"packages/cli":"0.6.3","packages/core":"1.32.13"}
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.6.3](https://github.com/konfjs/k8skonf/compare/cli-v0.6.2...cli-v0.6.3) (2025-02-14)


### Bug Fixes

* use import extensions for all files to fix ESM usage ([#105](https://github.com/konfjs/k8skonf/issues/105)) ([6fdcea0](https://github.com/konfjs/k8skonf/commit/6fdcea07088b1fddd98b5094a36c747d5f96dd69))

## [0.6.2](https://github.com/konfjs/k8skonf/compare/cli-v0.6.1...cli-v0.6.2) (2025-02-10)


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.6.2",
"version": "0.6.3",
"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.13](https://github.com/konfjs/k8skonf/compare/core-v1.32.12...core-v1.32.13) (2025-02-14)


### Bug Fixes

* use .ts for all relative imports ([c636fc4](https://github.com/konfjs/k8skonf/commit/c636fc47bdd0ceb46f40db9e949bdbf2b55c1f9b))
* use import extensions for all files to fix ESM usage ([#105](https://github.com/konfjs/k8skonf/issues/105)) ([6fdcea0](https://github.com/konfjs/k8skonf/commit/6fdcea07088b1fddd98b5094a36c747d5f96dd69))

## [1.32.12](https://github.com/konfjs/k8skonf/compare/core-v1.32.11...core-v1.32.12) (2025-02-10)


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.12",
"version": "1.32.13",
"author": {
"name": "konfjs",
"url": "https://github.com/konfjs"
Expand Down

0 comments on commit 21e8cde

Please sign in to comment.