Skip to content

Commit 00f17eb

Browse files
committed
[utils] Publish v0.1.2
- this is a test if the new workflow now works
1 parent ada67fc commit 00f17eb

3 files changed

Lines changed: 3 additions & 2 deletions

File tree

.github/workflows/publish.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,7 @@ jobs:
1414
id-token: write # Required for provenance and JSR authentication
1515
container:
1616
image: node:20
17+
1718
steps:
1819
- name: Checkout Repository
1920
uses: actions/checkout@v4

chuchi-utils/jsr.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@chuchi/utils",
3-
"version": "0.1.1",
3+
"version": "0.1.2",
44
"exports": {
55
".": "./src/index.ts",
66
"./collections/SlotArray": "./src/collections/SlotArray.ts",

chuchi-utils/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "chuchi-utils",
3-
"version": "0.1.1",
3+
"version": "0.1.2",
44
"author": "Sören Meier <info@soerenmeier.ch>",
55
"type": "module",
66
"scripts": {

0 commit comments

Comments
 (0)