diff --git a/CHANGELOG.md b/CHANGELOG.md index d4fa027..27f7543 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,8 @@ All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines. +### [0.1.34](https://github.com/modernweb-dev/storybook-prebuilt/compare/v0.1.33...v0.1.34) (2022-02-26) + ### [0.1.33](https://github.com/modernweb-dev/storybook-prebuilt/compare/v0.1.32...v0.1.33) (2022-01-10) ### [0.1.32](https://github.com/modernweb-dev/storybook-prebuilt/compare/v0.1.31...v0.1.32) (2021-12-29) diff --git a/package-lock.json b/package-lock.json index f620724..8a6bbd9 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "@web/storybook-prebuilt", - "version": "0.1.33", + "version": "0.1.34", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/package.json b/package.json index 5625efd..a7b0829 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@web/storybook-prebuilt", - "version": "0.1.33", + "version": "0.1.34", "publishConfig": { "access": "public" },