From 4fbb183a88813f2a08168cd3a2105e8243333410 Mon Sep 17 00:00:00 2001 From: Modern Web Date: Fri, 21 May 2021 23:06:00 +0000 Subject: [PATCH] chore(release): 0.37.130 --- CHANGELOG.md | 2 ++ package.json | 2 +- 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 44291e0..7b58ded 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.130](https://github.com/open-wc/create/compare/v0.37.129...v0.37.130) (2021-05-21) + ### [0.37.129](https://github.com/open-wc/create/compare/v0.37.128...v0.37.129) (2021-05-17) ### [0.37.128](https://github.com/open-wc/create/compare/v0.37.127...v0.37.128) (2021-05-17) diff --git a/package.json b/package.json index 0ff0246..d0894ae 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@open-wc/create", - "version": "0.37.129", + "version": "0.37.130", "publishConfig": { "access": "public" },