From 12c1f04162e9f12de0a2c5fa3d2d54b31b378bad Mon Sep 17 00:00:00 2001 From: Modern Web Date: Wed, 30 Jun 2021 07:10:46 +0000 Subject: [PATCH] chore(release): 0.37.167 --- CHANGELOG.md | 2 ++ package.json | 2 +- 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 2063b2a..56ceae1 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.167](https://github.com/open-wc/create/compare/v0.37.166...v0.37.167) (2021-06-30) + ### [0.37.166](https://github.com/open-wc/create/compare/v0.37.165...v0.37.166) (2021-06-28) ### [0.37.165](https://github.com/open-wc/create/compare/v0.37.164...v0.37.165) (2021-06-25) diff --git a/package.json b/package.json index 7451db3..baac7c8 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@open-wc/create", - "version": "0.37.166", + "version": "0.37.167", "publishConfig": { "access": "public" },