Skip to content

Commit

Permalink
Release 6.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
fsmanuel committed May 30, 2023
1 parent afa0c42 commit 136c887
Show file tree
Hide file tree
Showing 2 changed files with 23 additions and 1 deletion.
22 changes: 22 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,27 @@
# Changelog


## v6.0.0 (2023-05-30)

#### :boom: Breaking Change
* [#99](https://github.com/ember-intl/cp-validations/pull/99) Update ember-cli to 4.8 (drops node v12) ([@fsmanuel](https://github.com/fsmanuel))
* [#87](https://github.com/ember-intl/cp-validations/pull/87) Update ember-cli to v3.28 ([@fsmanuel](https://github.com/fsmanuel))
* [#88](https://github.com/ember-intl/cp-validations/pull/88) Change import from 'ember-intl-cp-validations' to '@ember-intl/cp-validations' ([@fsmanuel](https://github.com/fsmanuel))

#### :rocket: Enhancement
* [#90](https://github.com/ember-intl/cp-validations/pull/90) Remove deprecations to support ember 4.x ([@fsmanuel](https://github.com/fsmanuel))

#### :house: Internal
* [#101](https://github.com/ember-intl/cp-validations/pull/101) Update release-it ([@fsmanuel](https://github.com/fsmanuel))
* [#100](https://github.com/ember-intl/cp-validations/pull/100) Reroll yarn.lock ([@fsmanuel](https://github.com/fsmanuel))
* [#99](https://github.com/ember-intl/cp-validations/pull/99) Update ember-cli to 4.8 (drops node v12) ([@fsmanuel](https://github.com/fsmanuel))
* [#93](https://github.com/ember-intl/cp-validations/pull/93) Fix CHANGELOG.md ([@fsmanuel](https://github.com/fsmanuel))
* [#89](https://github.com/ember-intl/cp-validations/pull/89) Run yarn-deduplicate && yarn ([@fsmanuel](https://github.com/fsmanuel))

#### Committers: 1
- Manuel Wiedenmann ([@fsmanuel](https://github.com/fsmanuel))


## v5.0.0 (2022-09-19)

#### :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-intl/cp-validations",
"version": "5.0.0",
"version": "6.0.0",
"description": "ember-intl support for ember-cp-validations",
"keywords": [
"ember-addon",
Expand Down

0 comments on commit 136c887

Please sign in to comment.