Skip to content

Commit 2c13a6b

Browse files
chore(release): 0.0.4
1 parent fa3a262 commit 2c13a6b

File tree

7 files changed

+9
-7
lines changed

7 files changed

+9
-7
lines changed

CHANGELOG.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,8 @@
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.4 (2025-04-02)
6+
57
## 0.0.3 (2025-04-02)
68

79
## 0.0.2 (2025-04-01)

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.3
6-
appVersion: 0.0.3
5+
version: 0.0.4
6+
appVersion: 0.0.4

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.3",
3+
"version": "0.0.4",
44
"description": "Development tooling for Crossplane XFuncJS",
55
"license": "MIT",
66
"packageManager": "yarn@4.7.0",

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.3",
3+
"version": "0.0.4",
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.3",
3+
"version": "0.0.4",
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.3",
3+
"version": "0.0.4",
44
"main": "index.ts",
55
"packageManager": "yarn@4.7.0",
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.3",
3+
"version": "0.0.4",
44
"description": "Crossplane XFuncJS server for executing code from compositions",
55
"license": "MIT",
66
"type": "module",

0 commit comments

Comments
 (0)