From 72303ccd19afc407afa9704426ab479582141ceb Mon Sep 17 00:00:00 2001 From: Modern Web Date: Thu, 11 Feb 2021 17:51:06 +0000 Subject: [PATCH] chore(release): 0.37.22 --- CHANGELOG.md | 7 +++++++ package.json | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 3062a2b..8bc0cc8 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,13 @@ 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.22](https://github.com/open-wc/create/compare/v0.37.21...v0.37.22) (2021-02-11) + + +### Bug Fixes + +* **deps:** update dependency ejs to ^3.1.6 ([4691125](https://github.com/open-wc/create/commit/46911258b015b41b199d757b78c176dbf8e76c77)) + ### [0.37.21](https://github.com/open-wc/create/compare/v0.37.20...v0.37.21) (2021-02-11) ### [0.37.20](https://github.com/open-wc/create/compare/v0.37.19...v0.37.20) (2021-02-11) diff --git a/package.json b/package.json index bfeaf11..c810366 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@open-wc/create", - "version": "0.37.21", + "version": "0.37.22", "publishConfig": { "access": "public" },