From 4433e00cca27655b105c40a833534b2566e73117 Mon Sep 17 00:00:00 2001 From: Djamel Bendaoud Date: Fri, 3 Jan 2020 11:53:36 +0100 Subject: [PATCH] v2.0.0 --- CHANGELOG.md | 17 +++++++++++++++++ package.json | 2 +- 2 files changed, 18 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 9286522e..41c8e4c1 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,20 @@ +## v2.0.0 (2020-01-03) + +#### :boom: Breaking Change +* [#126](https://github.com/qonto/ember-amount-input/pull/126) ð Drop node 8 support ([@dbendaou](https://github.com/dbendaou)) +* [#61](https://github.com/qonto/ember-amount-input/pull/61) Drop Node.js v6 support ([@dcyriller](https://github.com/dcyriller)) + +#### :bug: Bug Fix +* [#20](https://github.com/qonto/ember-amount-input/pull/20) ðð Force placeholder opacity ([@mbinet](https://github.com/mbinet)) + +#### :memo: Documentation +* [#22](https://github.com/qonto/ember-amount-input/pull/22) Update README.md ([@dbendaou](https://github.com/dbendaou)) + +#### Committers: 4 +- Cyrille David ([@dcyriller](https://github.com/dcyriller)) +- Djamel B. ([@dbendaou](https://github.com/dbendaou)) +- Maxime ([@mbinet](https://github.com/mbinet)) +- [@dependabot-preview[bot]](https://github.com/apps/dependabot-preview) ## v1.0.0-beta.1 (2019-02-25) diff --git a/package.json b/package.json index aad757b2..d34f2670 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "ember-amount-input", - "version": "1.0.0-beta.1", + "version": "2.0.0", "description": "The default blueprint for ember-cli addons.", "keywords": [ "ember-addon"