diff --git a/CHANGELOG.md b/CHANGELOG.md index db03d25..e6851f1 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.70](https://github.com/open-wc/create/compare/v0.37.69...v0.37.70) (2021-03-23) + + +### Bug Fixes + +* **deps:** update dependency semver to ^7.3.5 ([b9d450d](https://github.com/open-wc/create/commit/b9d450d9acb9fa9998ca531a7811ea1929387258)) + ### [0.37.69](https://github.com/open-wc/create/compare/v0.37.68...v0.37.69) (2021-03-22) ### [0.37.68](https://github.com/open-wc/create/compare/v0.37.67...v0.37.68) (2021-03-22) diff --git a/package.json b/package.json index 0cc44f7..955eadc 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@open-wc/create", - "version": "0.37.69", + "version": "0.37.70", "publishConfig": { "access": "public" },