From e47cd270c2cbff22e5b5609825278728b036bc7c Mon Sep 17 00:00:00 2001 From: mybearworld <130385691+mybearworld@users.noreply.github.com> Date: Fri, 24 May 2024 13:14:29 +0200 Subject: [PATCH] 0.1.2 --- CHANGELOG.md | 4 +++- deno.json | 2 +- 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index ba03b82..9d52fa6 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,6 +7,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +## [0.1.2] - 2024-05-24 + ### Added - Documentation for the JSONProject type @@ -15,7 +17,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 - Fixed the type definitions of the `block` function. -## [0.1.1] +## [0.1.1] - 2024-05-24 ### Added diff --git a/deno.json b/deno.json index deefe0b..e6765c1 100644 --- a/deno.json +++ b/deno.json @@ -1,6 +1,6 @@ { "name": "@mbw/sb3", - "version": "0.1.1", + "version": "0.1.2", "exports": "./mod.ts", "imports": { "@zip-js/zip-js": "jsr:@zip-js/zip-js@^2.7.44"