Skip to content

Commit

Permalink
chore(release): 4.0.0 [skip ci]
Browse files Browse the repository at this point in the history
# [4.0.0](v3.2.2...v4.0.0) (2024-06-26)

### Bug Fixes

* update dependencies ([d3a7725](d3a7725))

### BREAKING CHANGES

* This addon now requires `ember-intl` >= v7,
`ember-source` >= v4.12 and `ember-data` >= v4.12.
  • Loading branch information
semantic-release-bot committed Jun 26, 2024
1 parent 45486cc commit 7f7e648
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 1 deletion.
13 changes: 13 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,16 @@
# [4.0.0](https://github.com/projectcaluma/ember-localized-model/compare/v3.2.2...v4.0.0) (2024-06-26)


### Bug Fixes

* update dependencies ([d3a7725](https://github.com/projectcaluma/ember-localized-model/commit/d3a7725d9824209fcffb711934b1f324eb272bb4))


### BREAKING CHANGES

* This addon now requires `ember-intl` >= v7,
`ember-source` >= v4.12 and `ember-data` >= v4.12.

## [3.2.2](https://github.com/projectcaluma/ember-localized-model/compare/v3.2.1...v3.2.2) (2023-12-05)


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-localized-model",
"version": "3.2.2",
"version": "4.0.0",
"description": "Handle model field translations for JSON:API",
"keywords": [
"ember-addon",
Expand Down

0 comments on commit 7f7e648

Please sign in to comment.