Skip to content

Commit 034e88f

Browse files
chore(release): 3.0.1 [skip ci]
## [3.0.1](v3.0.0...v3.0.1) (2023-05-22) ### Bug Fixes * **model:** use objectDefineProperty for localized attributes ([1b1b05b](1b1b05b))
1 parent 1b1b05b commit 034e88f

File tree

2 files changed

+8
-1
lines changed

2 files changed

+8
-1
lines changed

CHANGELOG.md

+7
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,10 @@
1+
## [3.0.1](https://github.com/projectcaluma/ember-localized-model/compare/v3.0.0...v3.0.1) (2023-05-22)
2+
3+
4+
### Bug Fixes
5+
6+
* **model:** use objectDefineProperty for localized attributes ([1b1b05b](https://github.com/projectcaluma/ember-localized-model/commit/1b1b05b150e175befda6942dfea8b12a974e7252))
7+
18
# [3.0.0](https://github.com/projectcaluma/ember-localized-model/compare/v2.0.0...v3.0.0) (2023-05-17)
29

310

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "ember-localized-model",
3-
"version": "3.0.0",
3+
"version": "3.0.1",
44
"description": "Handle model field translations for JSON:API",
55
"keywords": [
66
"ember-addon",

0 commit comments

Comments
 (0)