Skip to content
This repository was archived by the owner on Jan 30, 2023. It is now read-only.

Commit 9de754a

Browse files
committed
chore(release): 5.0.0
1 parent bcebe35 commit 9de754a

File tree

2 files changed

+27
-1
lines changed

2 files changed

+27
-1
lines changed

CHANGELOG.md

Lines changed: 26 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,32 @@
22

33
All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines.
44

5+
<a name="5.0.0"></a>
6+
## [5.0.0](https://github.com/ember-cli/ember-ajax/compare/v4.0.2...v5.0.0) (2019-03-05)
7+
8+
9+
### Breaking Changes
10+
11+
- Update `ember-cli-babel` to v7.x
12+
(this requires apps to use Ember CLI 2.13 or above)
13+
14+
- Extend the native `Error` class instead of `EmberError`
15+
(fixes compatibility with Ember 3.8)
16+
17+
- Drop Node 4 from `engines` declaration in `package.json`
18+
(CI had already been running on Node 6 for a while already)
19+
20+
21+
### Bug Fixes
22+
23+
- Restore ability to override the `ajax` service using a JS file
24+
25+
26+
### Documentation
27+
28+
- Add "Compatibility" section to the `README` file
29+
30+
531
<a name="4.0.2"></a>
632
## [4.0.2](https://github.com/ember-cli/ember-ajax/compare/v4.0.1...v4.0.2) (2019-01-07)
733

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "ember-ajax",
3-
"version": "4.0.2",
3+
"version": "5.0.0",
44
"description": "Service for making AJAX requests in Ember applications.",
55
"keywords": [
66
"ember-addon"

0 commit comments

Comments
 (0)