Skip to content

Commit

Permalink
chore(release): 3.0.1 [skip ci]
Browse files Browse the repository at this point in the history
## [3.0.1](v3.0.0...v3.0.1) (2023-05-22)

### Bug Fixes

* **model:** use objectDefineProperty for localized attributes ([1b1b05b](1b1b05b))
  • Loading branch information
semantic-release-bot committed May 22, 2023
1 parent 1b1b05b commit 034e88f
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
## [3.0.1](https://github.com/projectcaluma/ember-localized-model/compare/v3.0.0...v3.0.1) (2023-05-22)


### Bug Fixes

* **model:** use objectDefineProperty for localized attributes ([1b1b05b](https://github.com/projectcaluma/ember-localized-model/commit/1b1b05b150e175befda6942dfea8b12a974e7252))

# [3.0.0](https://github.com/projectcaluma/ember-localized-model/compare/v2.0.0...v3.0.0) (2023-05-17)


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

0 comments on commit 034e88f

Please sign in to comment.