Skip to content

Commit

Permalink
chore(release): 3.0.0 [skip ci]
Browse files Browse the repository at this point in the history
# [3.0.0](v2.0.0...v3.0.0) (2023-03-24)

### Bug Fixes

* **service:** return created documents ([708a057](708a057))

### Features

* **deps:** add compatibility with Ember v4 ([0c733a3](0c733a3))

### BREAKING CHANGES

* **deps:** Drop support for node v12.
  • Loading branch information
semantic-release-bot committed Mar 24, 2023
1 parent 708a057 commit b3ec796
Show file tree
Hide file tree
Showing 2 changed files with 18 additions and 1 deletion.
17 changes: 17 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,20 @@
# [3.0.0](https://github.com/projectcaluma/ember-alexandria/compare/v2.0.0...v3.0.0) (2023-03-24)


### Bug Fixes

* **service:** return created documents ([708a057](https://github.com/projectcaluma/ember-alexandria/commit/708a05775835c6d3cd5cfda5cd875a1fd4f910fc))


### Features

* **deps:** add compatibility with Ember v4 ([0c733a3](https://github.com/projectcaluma/ember-alexandria/commit/0c733a3892d01329d7bd4a3c9fff8569fb122caa))


### BREAKING CHANGES

* **deps:** Drop support for node v12.

# [2.0.0](https://github.com/projectcaluma/ember-alexandria/compare/v1.11.3...v2.0.0) (2022-11-09)


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-alexandria",
"version": "2.0.0",
"version": "3.0.0",
"description": "The default blueprint for ember-cli addons.",
"keywords": [
"ember-addon",
Expand Down

0 comments on commit b3ec796

Please sign in to comment.