Skip to content

Commit

Permalink
chore(release): 1.1.0
Browse files Browse the repository at this point in the history
# [1.1.0](v1.0.0...v1.1.0) (2021-03-17)

### Bug Fixes

* **exports:** fix typo for localized "localied" ([cd1eda7](cd1eda7))
* **serializer:** handle for non-localized models  ([c76d829](c76d829))

### Features

* add fallback locales to ensure we display something ([6237bc3](6237bc3))
  • Loading branch information
semantic-release-bot committed Mar 17, 2021
1 parent 6237bc3 commit a65da6c
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 @@
# [1.1.0](https://github.com/projectcaluma/ember-localized-model/compare/v1.0.0...v1.1.0) (2021-03-17)


### Bug Fixes

* **exports:** fix typo for localized "localied" ([cd1eda7](https://github.com/projectcaluma/ember-localized-model/commit/cd1eda7a78cd221f89afb0c9a232d15941be39cd))
* **serializer:** handle for non-localized models ([c76d829](https://github.com/projectcaluma/ember-localized-model/commit/c76d82989e967deb4acdccaaa2d1a88e86af1a06))


### Features

* add fallback locales to ensure we display something ([6237bc3](https://github.com/projectcaluma/ember-localized-model/commit/6237bc3d170099b54be5d4399e591c395c7e3627))

## [1.0.1](https://github.com/projectcaluma/ember-localized-model/compare/v1.0.0...v1.0.1) (2020-12-10)


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

0 comments on commit a65da6c

Please sign in to comment.