From 5a5338e64de9c14c346165b823bbdc025672db2c Mon Sep 17 00:00:00 2001 From: Modern Web Date: Sun, 28 Mar 2021 14:29:02 +0000 Subject: [PATCH] chore(release): 0.37.75 --- CHANGELOG.md | 2 ++ package.json | 2 +- 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index dc9fd18..79abca0 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.75](https://github.com/open-wc/create/compare/v0.37.74...v0.37.75) (2021-03-28) + ### [0.37.74](https://github.com/open-wc/create/compare/v0.37.73...v0.37.74) (2021-03-27) ### [0.37.73](https://github.com/open-wc/create/compare/v0.37.72...v0.37.73) (2021-03-27) diff --git a/package.json b/package.json index 03725b8..173153d 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@open-wc/create", - "version": "0.37.74", + "version": "0.37.75", "publishConfig": { "access": "public" },