Skip to content

Commit 31b1eee

Browse files
committed
chore: update version and changelog
1 parent 3d1b195 commit 31b1eee

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,9 @@
11
# Changelog
22

3+
## 2.3.1
4+
5+
- Fixed #275: getAllCookies() is broken because of a typo (thanks ath0mas)
6+
37
## 2.3.0
48

59
- Feature #101: Support "multipart/form-data" requests (thanks SDA SE Open Industry Solutions)

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "cordova-plugin-advanced-http",
3-
"version": "2.3.0",
3+
"version": "2.3.1",
44
"description": "Cordova / Phonegap plugin for communicating with HTTP servers using SSL pinning",
55
"scripts": {
66
"updatecert": "node ./scripts/update-e2e-server-cert.js && node ./scripts/update-e2e-client-cert.js",

0 commit comments

Comments
 (0)