From bd9274002fe3f675a87fa3fe70adb244df8585c6 Mon Sep 17 00:00:00 2001 From: simonihmig Date: Fri, 5 Feb 2021 22:17:21 +0100 Subject: [PATCH] Release 1.0.1 --- CHANGELOG.md | 14 ++++++++++++++ package.json | 2 +- 2 files changed, 15 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 825c32f..546484e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1 +1,15 @@ +## v1.0.1 (2021-02-05) + +#### :bug: Bug Fix +* [#206](https://github.com/ember-polyfills/ember-in-element-polyfill/pull/206) use version checker correctly (fixes ember version resolution for yarn workspaces) ([@Techn1x](https://github.com/Techn1x)) + +#### :house: Internal +* [#191](https://github.com/ember-polyfills/ember-in-element-polyfill/pull/191) Setup release-it ([@simonihmig](https://github.com/simonihmig)) +* [#190](https://github.com/ember-polyfills/ember-in-element-polyfill/pull/190) Run ember-cli-update ([@simonihmig](https://github.com/simonihmig)) + +#### Committers: 3 +- Brad Overton ([@Techn1x](https://github.com/Techn1x)) +- Simon Ihmig ([@simonihmig](https://github.com/simonihmig)) +- [@dependabot-preview[bot]](https://github.com/apps/dependabot-preview) + # Changelog diff --git a/package.json b/package.json index 29ed911..1646afb 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "ember-in-element-polyfill", - "version": "1.0.0", + "version": "1.0.1", "description": "Polyfill for `in-element` as per RFC 287", "keywords": [ "ember-addon"