Skip to content

Commit 685e708

Browse files
chore(release): 0.0.6
1 parent 1c35c82 commit 685e708

File tree

7 files changed

+14
-7
lines changed

7 files changed

+14
-7
lines changed

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,13 @@
22

33
All notable changes to this project will be documented in this file. See [commit-and-tag-version](https://github.com/absolute-version/commit-and-tag-version) for commit guidelines.
44

5+
## 0.0.6 (2025-05-14)
6+
7+
8+
### Bug Fixes
9+
10+
* align grpc with function-kcl ([#27](https://github.com/SocialGouv/crossplane-function-js/issues/27)) ([1c35c82](https://github.com/SocialGouv/crossplane-function-js/commit/1c35c829820dd3fa05dd8a551037feed3202955f))
11+
512
## 0.0.5 (2025-04-02)
613

714

charts/crossplane-function-js/Chart.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,5 +2,5 @@ apiVersion: v2
22
name: crossplane-function-js
33
description: A Helm chart for Crossplane Function JS
44
type: application
5-
version: 0.0.5
6-
appVersion: 0.0.5
5+
version: 0.0.6
6+
appVersion: 0.0.6

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@crossplane-js/dev",
3-
"version": "0.0.5",
3+
"version": "0.0.6",
44
"description": "Development tooling for Crossplane XFuncJS",
55
"license": "MIT",
66
"packageManager": "yarn@4.8.1",

packages/cli/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@crossplane-js/cli",
3-
"version": "0.0.5",
3+
"version": "0.0.6",
44
"description": "Command-line interface for Crossplane XFuncJS",
55
"license": "MIT",
66
"type": "module",

packages/libs/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@crossplane-js/libs",
3-
"version": "0.0.5",
3+
"version": "0.0.6",
44
"description": "Shared libraries for Crossplane XFuncJS",
55
"type": "module",
66
"main": "index.ts",

packages/sdk/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@crossplane-js/sdk",
3-
"version": "0.0.5",
3+
"version": "0.0.6",
44
"main": "index.ts",
55
"packageManager": "yarn@4.8.1",
66
"scripts": {

packages/server/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@crossplane-js/server",
3-
"version": "0.0.5",
3+
"version": "0.0.6",
44
"description": "Crossplane XFuncJS server for executing code from compositions",
55
"license": "MIT",
66
"type": "module",

0 commit comments

Comments
 (0)