From e5dfd1334b46d599a0450e33b138f1f2ca899dc6 Mon Sep 17 00:00:00 2001 From: Modern Web Date: Sun, 11 Jul 2021 08:03:44 +0000 Subject: [PATCH] chore(release): 0.37.176 --- CHANGELOG.md | 2 ++ package.json | 2 +- 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 0cf00f3..179c4c1 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.176](https://github.com/open-wc/create/compare/v0.37.175...v0.37.176) (2021-07-11) + ### [0.37.175](https://github.com/open-wc/create/compare/v0.37.174...v0.37.175) (2021-07-09) ### [0.37.174](https://github.com/open-wc/create/compare/v0.37.173...v0.37.174) (2021-07-07) diff --git a/package.json b/package.json index 100d22c..7f0f7b8 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@open-wc/create", - "version": "0.37.175", + "version": "0.37.176", "publishConfig": { "access": "public" },