From 42790eb5796ea40c2fae0b71d59eb6ca36dda55c Mon Sep 17 00:00:00 2001 From: Modern Web Date: Sun, 18 Oct 2020 19:35:27 +0000 Subject: [PATCH] chore(release): 0.37.1 --- CHANGELOG.md | 7 ++++--- package.json | 2 +- 2 files changed, 5 insertions(+), 4 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index f1d5a9a..7d2ae1f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,7 +1,8 @@ -# Change Log +# Changelog -All notable changes to this project will be documented in this file. -See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +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.1 (2020-10-18) # [0.36.0](https://github.com/open-wc/open-wc/compare/@open-wc/create@0.35.0...@open-wc/create@0.36.0) (2020-10-05) diff --git a/package.json b/package.json index e29c42a..ee58524 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@open-wc/create", - "version": "0.37.0", + "version": "0.37.1", "publishConfig": { "access": "public" },