From c59d16a7fd13c3bb8ce5e4d32e88e3954d90c637 Mon Sep 17 00:00:00 2001 From: Modern Web Date: Sun, 24 Jan 2021 14:04:30 +0000 Subject: [PATCH] chore(release): 0.37.8 --- CHANGELOG.md | 2 ++ package.json | 2 +- 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 3c2b579..952c8b8 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.8](https://github.com/open-wc/create/compare/v0.37.7...v0.37.8) (2021-01-24) + ### [0.37.7](https://github.com/open-wc/create/compare/v0.37.6...v0.37.7) (2021-01-10) diff --git a/package.json b/package.json index 895abb9..b1f25c4 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@open-wc/create", - "version": "0.37.7", + "version": "0.37.8", "publishConfig": { "access": "public" },