Skip to content

Commit

Permalink
bump to 1.2.1
Browse files Browse the repository at this point in the history
  • Loading branch information
camsong committed Aug 17, 2021
1 parent c5cbaff commit 242a154
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
4 changes: 4 additions & 0 deletions HISTORY.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
1.2.1 / 2021-8-17
==================
* Add referrerPolicy support, thanks to @kukushouhou #62

1.2.0 / 2021-8-16
==================
* Add nonce support, thanks to @tanzhangwen #57
Expand Down
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
{
"name": "fetch-jsonp",
"version": "1.2.0",
"version": "1.2.1",
"description": "Fetch JSONP like a boss using Fetch API",
"main": "build/fetch-jsonp.js",
"scripts": {
"prepublish": "npm run lint && npm run clean && npm run build",
"build": "babel src/ --modules umd --out-dir build",
"clean": "rm -rf build",
"lint": "eslint src/ test/"
"lint": "eslint src/"
},
"keywords": [
"fetch",
Expand Down

0 comments on commit 242a154

Please sign in to comment.