From b8ec123253c52556b9b90ca317535c53d50b48fb Mon Sep 17 00:00:00 2001 From: Anton Golub Date: Wed, 12 Jun 2024 15:59:56 +0000 Subject: [PATCH] chore(release): 0.3.0 [skip ci] --- CHANGELOG.md | 5 +++++ package-lock.json | 4 ++-- package.json | 2 +- 3 files changed, 8 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index ea78019..919b294 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,8 @@ +## [0.3.0](https://github.com/webpod/zurk/compare/v0.2.0...v0.3.0) (2024-06-12) + +### Features +* feat: provide chunks store customization ([165b020](https://github.com/webpod/zurk/commit/165b02001f0f46e8b46e521c2e8e800960a11241)) + ## [0.2.0](https://github.com/webpod/zurk/compare/v0.1.4...v0.2.0) (2024-06-01) ### Features diff --git a/package-lock.json b/package-lock.json index b9e00d0..3bd26a6 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "zurk", - "version": "0.2.0", + "version": "0.3.0", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "zurk", - "version": "0.2.0", + "version": "0.3.0", "license": "MIT", "devDependencies": { "@types/node": "^20.13.0", diff --git a/package.json b/package.json index 76e3269..030d644 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "zurk", - "version": "0.2.0", + "version": "0.3.0", "description": "A generic process spawner", "type": "module", "main": "target/cjs/index.cjs",