From 1c9414e82c3307c839aba7a3ccc6b394e81a35d0 Mon Sep 17 00:00:00 2001 From: Modern Web Date: Fri, 18 Jun 2021 21:32:50 +0000 Subject: [PATCH] chore(release): 0.37.160 --- CHANGELOG.md | 2 ++ package.json | 2 +- 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 00c0df3..db9f3e9 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.160](https://github.com/open-wc/create/compare/v0.37.159...v0.37.160) (2021-06-18) + ### [0.37.159](https://github.com/open-wc/create/compare/v0.37.158...v0.37.159) (2021-06-17) ### [0.37.158](https://github.com/open-wc/create/compare/v0.37.157...v0.37.158) (2021-06-17) diff --git a/package.json b/package.json index 71e670e..92d2464 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@open-wc/create", - "version": "0.37.159", + "version": "0.37.160", "publishConfig": { "access": "public" },