From 6a45f7781d5a3f4aea8bf376b108b5780696c5a3 Mon Sep 17 00:00:00 2001 From: Modern Web Date: Mon, 14 Jun 2021 19:42:46 +0000 Subject: [PATCH] chore(release): 0.37.154 --- CHANGELOG.md | 2 ++ package.json | 2 +- 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index fc9ca93..e6f9ea0 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.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) ### [0.37.152](https://github.com/open-wc/create/compare/v0.37.151...v0.37.152) (2021-06-11) diff --git a/package.json b/package.json index 40fd0f7..33db789 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@open-wc/create", - "version": "0.37.153", + "version": "0.37.154", "publishConfig": { "access": "public" },