Skip to content

Commit 12195ce

Browse files
Release 2.1.0
1 parent 41f50ba commit 12195ce

File tree

2 files changed

+10
-1
lines changed

2 files changed

+10
-1
lines changed

CHANGELOG.md

+9
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,14 @@
11

22

3+
4+
## v2.1.0 (2025-03-26)
5+
6+
#### :rocket: Enhancement
7+
* [#63](https://github.com/RobbieTheWagner/ember-ajax-fetch/pull/63) Add support for compressed types response ([@batrasaurabh90](https://github.com/batrasaurabh90))
8+
9+
#### Committers: 1
10+
- Saurabh Batra ([@batrasaurabh90](https://github.com/batrasaurabh90))
11+
312
## v2.0.1 (2025-02-19)
413

514
#### :bug: Bug Fix

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "ember-ajax-fetch",
3-
"version": "2.0.1",
3+
"version": "2.1.0",
44
"description": "A drop-in ember-ajax replacement fetch service.",
55
"keywords": [
66
"ember-addon"

0 commit comments

Comments
 (0)