From 3f2b2c7118c267cfaae0d615acd5a5b21e89e701 Mon Sep 17 00:00:00 2001 From: Modern Web Date: Mon, 10 Jan 2022 15:43:51 +0000 Subject: [PATCH] chore(release): 0.1.33 --- CHANGELOG.md | 2 ++ package-lock.json | 2 +- package.json | 2 +- 3 files changed, 4 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 65a630c..d4fa027 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.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 19dc049..0e9718b 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "@web/storybook-prebuilt", - "version": "0.1.32", + "version": "0.1.33", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/package.json b/package.json index 088450b..5625efd 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@web/storybook-prebuilt", - "version": "0.1.32", + "version": "0.1.33", "publishConfig": { "access": "public" },