From 4ec70acadacb019ac4ab649cef5ec1300711fb6f Mon Sep 17 00:00:00 2001 From: Luke Melia Date: Fri, 30 Oct 2020 23:54:43 +0800 Subject: [PATCH] Release 6.0.2 --- CHANGELOG.md | 19 +++++++++++++++++++ package.json | 2 +- 2 files changed, 20 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 59a9dd35d..4f57eb1f2 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,22 @@ +## v6.0.2 (2020-10-30) + +#### :rocket: Enhancement +* [#281](https://github.com/adopted-ember-addons/ember-keyboard/pull/281) support binding to "+" key ([@marcoow](https://github.com/marcoow)) + +#### :memo: Documentation +* [#271](https://github.com/adopted-ember-addons/ember-keyboard/pull/271) Update README to add logo and adjust order ([@lukemelia](https://github.com/lukemelia)) +* [#269](https://github.com/adopted-ember-addons/ember-keyboard/pull/269) Adds logo, also as favicon ([@MinThaMie](https://github.com/MinThaMie)) + +#### :house: Internal +* [#285](https://github.com/adopted-ember-addons/ember-keyboard/pull/285) Update ember/ember-cli ([@lukemelia](https://github.com/lukemelia)) +* [#279](https://github.com/adopted-ember-addons/ember-keyboard/pull/279) Bump release-it-lerna-changelog from 2.3.0 to 3.0.0 ([@dependabot-preview[bot]](https://github.com/apps/dependabot-preview)) + +#### Committers: 4 +- Anne-Greeth van Herwijnen ([@MinThaMie](https://github.com/MinThaMie)) +- Luke Melia ([@lukemelia](https://github.com/lukemelia)) +- Marco Otte-Witte ([@marcoow](https://github.com/marcoow)) +- [@dependabot-preview[bot]](https://github.com/apps/dependabot-preview) + ## v6.0.1 (2020-09-07) #### :house: Internal diff --git a/package.json b/package.json index a06449af0..ad628f47c 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "ember-keyboard", - "version": "6.0.1", + "version": "6.0.2", "description": "An Ember.js addon for the painless support of keyboard events", "keywords": [ "ember-addon"