Skip to content

Commit

Permalink
2.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Patrick Sachs committed Mar 22, 2021
1 parent 4f7afbd commit 4876c42
Show file tree
Hide file tree
Showing 3 changed files with 31 additions and 5 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,10 @@

- Nothing so far

## 2.2.0

- Allow setting default options for URLs. By @MatthiasDummler

## 2.1.0

- Allow calling the `json` and `ajax` functions with just a single parameter
Expand Down
27 changes: 25 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

5 changes: 2 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@sahnee/ajax",
"version": "2.1.0",
"version": "2.2.0",
"description": "A dependency-free utility library for making AJAX requests in JavaScript & TypeScript.",
"main": "dist/index.js",
"types": "dist/index.d.ts",
Expand All @@ -15,6 +15,5 @@
},
"devDependencies": {
"typescript": "3.9.7"
},
"dependencies": {}
}
}

0 comments on commit 4876c42

Please sign in to comment.