From eff53e44122cd41a941e8606449300c91f8c714f Mon Sep 17 00:00:00 2001 From: Modern Web Date: Wed, 21 Apr 2021 00:16:11 +0000 Subject: [PATCH] chore(release): 0.37.99 --- CHANGELOG.md | 2 ++ package.json | 2 +- 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 4d9a293..cf304d6 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.99](https://github.com/open-wc/create/compare/v0.37.98...v0.37.99) (2021-04-21) + ### [0.37.98](https://github.com/open-wc/create/compare/v0.37.97...v0.37.98) (2021-04-20) ### [0.37.97](https://github.com/open-wc/create/compare/v0.37.96...v0.37.97) (2021-04-20) diff --git a/package.json b/package.json index 1323177..79a2b9d 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@open-wc/create", - "version": "0.37.98", + "version": "0.37.99", "publishConfig": { "access": "public" },