Skip to content

Commit 4876c42

Browse files
author
Patrick Sachs
committed
2.2.0
1 parent 4f7afbd commit 4876c42

File tree

3 files changed

+31
-5
lines changed

3 files changed

+31
-5
lines changed

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,10 @@
44

55
- Nothing so far
66

7+
## 2.2.0
8+
9+
- Allow setting default options for URLs. By @MatthiasDummler
10+
711
## 2.1.0
812

913
- Allow calling the `json` and `ajax` functions with just a single parameter

package-lock.json

Lines changed: 25 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@sahnee/ajax",
3-
"version": "2.1.0",
3+
"version": "2.2.0",
44
"description": "A dependency-free utility library for making AJAX requests in JavaScript & TypeScript.",
55
"main": "dist/index.js",
66
"types": "dist/index.d.ts",
@@ -15,6 +15,5 @@
1515
},
1616
"devDependencies": {
1717
"typescript": "3.9.7"
18-
},
19-
"dependencies": {}
18+
}
2019
}

0 commit comments

Comments
 (0)