From 2172096c7a0e5a904df3023087f2bf954ee59dce Mon Sep 17 00:00:00 2001 From: Modern Web Date: Tue, 16 Mar 2021 17:53:12 +0000 Subject: [PATCH] chore(release): 0.37.62 --- CHANGELOG.md | 2 ++ package.json | 2 +- 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 9d70d97..8d894b1 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.62](https://github.com/open-wc/create/compare/v0.37.61...v0.37.62) (2021-03-16) + ### [0.37.61](https://github.com/open-wc/create/compare/v0.37.60...v0.37.61) (2021-03-16) ### [0.37.60](https://github.com/open-wc/create/compare/v0.37.59...v0.37.60) (2021-03-16) diff --git a/package.json b/package.json index 8e7efa2..64b3139 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@open-wc/create", - "version": "0.37.61", + "version": "0.37.62", "publishConfig": { "access": "public" },