From 87b3b390986ede0ab64ed0c6448604d3d133d345 Mon Sep 17 00:00:00 2001 From: Modern Web Date: Thu, 1 Apr 2021 04:00:12 +0000 Subject: [PATCH] chore(release): 0.37.79 --- CHANGELOG.md | 7 +++++++ package.json | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index b34106b..0075fa1 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.79](https://github.com/open-wc/create/compare/v0.37.78...v0.37.79) (2021-04-01) + + +### Bug Fixes + +* **deps:** update dependency prompts to ^2.4.1 ([65253ef](https://github.com/open-wc/create/commit/65253ef243a36a6bacd7db1f13af3cd998adebf5)) + ### [0.37.78](https://github.com/open-wc/create/compare/v0.37.77...v0.37.78) (2021-03-30) ### [0.37.77](https://github.com/open-wc/create/compare/v0.37.76...v0.37.77) (2021-03-30) diff --git a/package.json b/package.json index 871d071..dbaf400 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@open-wc/create", - "version": "0.37.78", + "version": "0.37.79", "publishConfig": { "access": "public" },