From cdc3e6b1d20241afab1217a851dac437b00cd300 Mon Sep 17 00:00:00 2001 From: Modern Web Date: Fri, 2 Jul 2021 07:21:14 +0000 Subject: [PATCH] chore(release): 0.37.171 --- CHANGELOG.md | 2 ++ package.json | 2 +- 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 51c4ada..82c5cac 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.171](https://github.com/open-wc/create/compare/v0.37.170...v0.37.171) (2021-07-02) + ### [0.37.170](https://github.com/open-wc/create/compare/v0.37.169...v0.37.170) (2021-07-01) ### [0.37.169](https://github.com/open-wc/create/compare/v0.37.168...v0.37.169) (2021-07-01) diff --git a/package.json b/package.json index 8d33dd7..e25111b 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@open-wc/create", - "version": "0.37.170", + "version": "0.37.171", "publishConfig": { "access": "public" },