From d7ab631791d3b37c99bca77360446990150f0a11 Mon Sep 17 00:00:00 2001 From: Modern Web Date: Mon, 14 Jun 2021 23:17:48 +0000 Subject: [PATCH] chore(release): 0.37.155 --- CHANGELOG.md | 2 ++ package.json | 2 +- 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index e6f9ea0..aad99fa 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.155](https://github.com/open-wc/create/compare/v0.37.154...v0.37.155) (2021-06-14) + ### [0.37.154](https://github.com/open-wc/create/compare/v0.37.153...v0.37.154) (2021-06-14) ### [0.37.153](https://github.com/open-wc/create/compare/v0.37.152...v0.37.153) (2021-06-12) diff --git a/package.json b/package.json index 952d014..2f5f5d4 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@open-wc/create", - "version": "0.37.154", + "version": "0.37.155", "publishConfig": { "access": "public" },