From a5394b206876c5bd2f68ee98aa5f04b3ea58a88c Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Wed, 15 Nov 2023 11:38:14 +0100 Subject: [PATCH] chore(main): release 0.0.2 (#46) Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> --- CHANGELOG.md | 7 +++++++ package-lock.json | 4 ++-- package.json | 2 +- 3 files changed, 10 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 67ba4d23..79268794 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [0.0.2](https://github.com/statistikZH/leu/compare/v0.0.1...v0.0.2) (2023-11-15) + + +### Miscellaneous Chores + +* release 0.0.2 ([4371479](https://github.com/statistikZH/leu/commit/437147901d5406f8fe23750a2b3fa3575bdb272f)) + ## 0.0.1 (2023-11-14) diff --git a/package-lock.json b/package-lock.json index 711de461..9ba92143 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "@statistikzh/leu", - "version": "0.0.1", + "version": "0.0.2", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "@statistikzh/leu", - "version": "0.0.1", + "version": "0.0.2", "license": "MIT", "dependencies": { "lit": "^3.0.2" diff --git a/package.json b/package.json index b18eb68b..775af486 100644 --- a/package.json +++ b/package.json @@ -3,7 +3,7 @@ "description": "UI component library of the canton of zurich", "license": "MIT", "author": "statistikzh", - "version": "0.0.1", + "version": "0.0.2", "type": "module", "main": "dist/index.js", "module": "dist/index.js",