From 4b51f1a7e9fbf68aec1fb78865d7b4756ae7e058 Mon Sep 17 00:00:00 2001 From: Modern Web Date: Mon, 28 Dec 2020 16:57:12 +0000 Subject: [PATCH] chore(release): 0.37.4 --- CHANGELOG.md | 7 +++++++ package.json | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 5440805..77568c2 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,13 @@ 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.37.4](https://github.com/open-wc/create/compare/v0.37.3...v0.37.4) (2020-12-28) + + +### Features + +* use WDS storybook and other improvements ([f1cff22](https://github.com/open-wc/create/commit/f1cff22a90e516dce9c1b300c49b4061360a01da)) + ### [0.37.3](https://github.com/open-wc/create/compare/v0.37.2...v0.37.3) (2020-10-24) diff --git a/package.json b/package.json index 5d00ade..d5dc9a0 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@open-wc/create", - "version": "0.37.3", + "version": "0.37.4", "publishConfig": { "access": "public" },