From 507468b82c6ef8260b18c98f34a0bf9f19d384ad Mon Sep 17 00:00:00 2001 From: Ben Merckx Date: Tue, 21 Jan 2025 10:52:24 +0100 Subject: [PATCH] 0.5.0 --- jsr.json | 2 +- package.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/jsr.json b/jsr.json index 70e94f1..022f07c 100644 --- a/jsr.json +++ b/jsr.json @@ -1,6 +1,6 @@ { "name": "@alinea/suite", - "version": "0.4.0", + "version": "0.5.0", "license": "MIT", "exports": "./jsr.ts", "publish": { diff --git a/package.json b/package.json index dc58ea3..aec77eb 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@alinea/suite", - "version": "0.4.0", + "version": "0.5.0", "license": "MIT", "types": "./src/suite.d.ts", "type": "module",