Skip to content

Commit

Permalink
chore(release): 6.0.0 [skip ci]
Browse files Browse the repository at this point in the history
# [6.0.0](v5.1.3...v6.0.0) (2024-01-11)

* feat!: use fetch service ([9f727db](9f727db))

### BREAKING CHANGES

* The addon now requires a fetch service that handles
authentication. See `dummy/app/services/fetch.js` for an example
implementation.
  • Loading branch information
semantic-release-bot committed Jan 11, 2024
1 parent 9f727db commit 0e65a10
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 1 deletion.
12 changes: 12 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,15 @@
# [6.0.0](https://github.com/projectcaluma/ember-alexandria/compare/v5.1.3...v6.0.0) (2024-01-11)


* feat!: use fetch service ([9f727db](https://github.com/projectcaluma/ember-alexandria/commit/9f727db63a4e48f6afb4d2bcd7d56059180b56b8))


### BREAKING CHANGES

* The addon now requires a fetch service that handles
authentication. See `dummy/app/services/fetch.js` for an example
implementation.

## [5.1.3](https://github.com/projectcaluma/ember-alexandria/compare/v5.1.2...v5.1.3) (2024-01-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": "5.1.3",
"version": "6.0.0",
"description": "The default blueprint for ember-cli addons.",
"keywords": [
"ember-addon",
Expand Down

0 comments on commit 0e65a10

Please sign in to comment.