Skip to content

Commit bd92740

Browse files
committed
Release 1.0.1
1 parent 04b6e13 commit bd92740

File tree

2 files changed

+15
-1
lines changed

2 files changed

+15
-1
lines changed

CHANGELOG.md

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1 +1,15 @@
1+
## v1.0.1 (2021-02-05)
2+
3+
#### :bug: Bug Fix
4+
* [#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))
5+
6+
#### :house: Internal
7+
* [#191](https://github.com/ember-polyfills/ember-in-element-polyfill/pull/191) Setup release-it ([@simonihmig](https://github.com/simonihmig))
8+
* [#190](https://github.com/ember-polyfills/ember-in-element-polyfill/pull/190) Run ember-cli-update ([@simonihmig](https://github.com/simonihmig))
9+
10+
#### Committers: 3
11+
- Brad Overton ([@Techn1x](https://github.com/Techn1x))
12+
- Simon Ihmig ([@simonihmig](https://github.com/simonihmig))
13+
- [@dependabot-preview[bot]](https://github.com/apps/dependabot-preview)
14+
115
# Changelog

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "ember-in-element-polyfill",
3-
"version": "1.0.0",
3+
"version": "1.0.1",
44
"description": "Polyfill for `in-element` as per RFC 287",
55
"keywords": [
66
"ember-addon"

0 commit comments

Comments
 (0)