From 663fa581d80865c334c545bbe2b806a825d66bfb Mon Sep 17 00:00:00 2001 From: Modern Web Date: Wed, 24 Mar 2021 20:16:24 +0000 Subject: [PATCH] chore(release): 0.37.71 --- CHANGELOG.md | 2 ++ package.json | 2 +- 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index e6851f1..fd90c99 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.71](https://github.com/open-wc/create/compare/v0.37.70...v0.37.71) (2021-03-24) + ### [0.37.70](https://github.com/open-wc/create/compare/v0.37.69...v0.37.70) (2021-03-23) diff --git a/package.json b/package.json index 955eadc..99b8158 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@open-wc/create", - "version": "0.37.70", + "version": "0.37.71", "publishConfig": { "access": "public" },