From 61939ea9f902e6d2d99a3ffc7b1426beb3e72e95 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Thu, 24 Oct 2024 23:04:35 -0700 Subject: [PATCH] chore(main): release 0.2.0 (#9) Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> --- CHANGELOG.md | 16 ++++++++++++++++ package-lock.json | 4 ++-- package.json | 2 +- 3 files changed, 19 insertions(+), 3 deletions(-) create mode 100644 CHANGELOG.md diff --git a/CHANGELOG.md b/CHANGELOG.md new file mode 100644 index 0000000..e4ef94a --- /dev/null +++ b/CHANGELOG.md @@ -0,0 +1,16 @@ +# Changelog + +## [0.2.0](https://github.com/theholocron/react-template/compare/v0.1.0...v0.2.0) (2024-10-25) + + +### Features + +* 💚 add in review checks ([#4](https://github.com/theholocron/react-template/issues/4)) ([363e26e](https://github.com/theholocron/react-template/commit/363e26eef7199ed4f0957fbce9679892aab222fb)) +* add storybook ([#2](https://github.com/theholocron/react-template/issues/2)) ([77229d6](https://github.com/theholocron/react-template/commit/77229d633b3d29b9e1d4ccf305049e8016966eca)) + + +### Bug Fixes + +* 💚 more syntax issues with audit workflow ([82fd2e2](https://github.com/theholocron/react-template/commit/82fd2e2ed45838c582f27bd10fdc276f0efc2bd5)) +* 💚 release build for versioning ([#7](https://github.com/theholocron/react-template/issues/7)) ([0cf3126](https://github.com/theholocron/react-template/commit/0cf31265169f48de4f579a3cfb9c07930a149f1d)) +* 💚 syntax issues with yaml ([ae3eb98](https://github.com/theholocron/react-template/commit/ae3eb98c9206e2ac16774fd864366855b6fe43b0)) diff --git a/package-lock.json b/package-lock.json index 96136f3..4b38a0c 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "@theholocron/react-template", - "version": "0.1.0", + "version": "0.2.0", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "@theholocron/react-template", - "version": "0.1.0", + "version": "0.2.0", "license": "GPL-3.0", "devDependencies": { "@changesets/changelog-github": "^0.5.0", diff --git a/package.json b/package.json index 7fc2535..6d846d9 100644 --- a/package.json +++ b/package.json @@ -18,7 +18,7 @@ "dist/*" ], "type": "module", - "version": "0.1.0", + "version": "0.2.0", "repository": { "type": "git", "url": "git+https://github.com/theholocron/react-template.git"