Skip to content

Commit

Permalink
📝 Update CHANGELOG for v7
Browse files Browse the repository at this point in the history
  • Loading branch information
Djamel BENDAOUD committed Feb 14, 2022
1 parent b99aed4 commit d65ee04
Show file tree
Hide file tree
Showing 2 changed files with 19 additions and 1 deletion.
18 changes: 18 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,21 @@
## v7.0.0 (2022-02-14)

#### :boom: Breaking Change
* [#357](https://github.com/qonto/ember-phone-input/pull/357) Bump ember-auto-import from 1.10.1 to 2.2.0 ([@dependabot[bot]](https://github.com/apps/dependabot))
* [#371](https://github.com/qonto/ember-phone-input/pull/371) Remove Node 10 & 11 from the package.json file ([@dcyriller](https://github.com/dcyriller))

#### :bug: Bug Fix
* [#415](https://github.com/qonto/ember-phone-input/pull/415) Add resilience for when scripts fail to load ([@zeppelin](https://github.com/zeppelin))
* [#371](https://github.com/qonto/ember-phone-input/pull/371) Remove Node 10 & 11 from the package.json file ([@dcyriller](https://github.com/dcyriller))

#### :memo: Documentation
* [#372](https://github.com/qonto/ember-phone-input/pull/372) Remove remaining hasPrepend documentation ([@ctjhoa](https://github.com/ctjhoa))

#### Committers: 3
- Camille TJHOA ([@ctjhoa](https://github.com/ctjhoa))
- Cyrille ([@dcyriller](https://github.com/dcyriller))
- Gabor Babicz ([@zeppelin](https://github.com/zeppelin))

## v.6.0.0 (2021-09-10)

#### :boom: Breaking Change
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "ember-phone-input",
"version": "6.0.0",
"version": "7.0.0",
"description": "A component to input / validate / submit phone numbers",
"keywords": [
"ember-addon",
Expand Down

0 comments on commit d65ee04

Please sign in to comment.