From dbf501d45828996233e1fd052c3cd3fadd817be9 Mon Sep 17 00:00:00 2001 From: Modern Web Date: Sun, 18 Apr 2021 15:30:12 +0000 Subject: [PATCH] chore(release): 0.37.94 --- CHANGELOG.md | 2 ++ package.json | 2 +- 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 60d4fce..4660e3a 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.37.94](https://github.com/open-wc/create/compare/v0.37.93...v0.37.94) (2021-04-18) + ### [0.37.93](https://github.com/open-wc/create/compare/v0.37.92...v0.37.93) (2021-04-18) ### [0.37.92](https://github.com/open-wc/create/compare/v0.37.91...v0.37.92) (2021-04-13) diff --git a/package.json b/package.json index a8e7a78..0325c48 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@open-wc/create", - "version": "0.37.93", + "version": "0.37.94", "publishConfig": { "access": "public" },