Comparing version 3.1.1 to 3.1.2
# Changelog | ||
## 3.1.2 | ||
* add content type header to the http client default headers list | ||
## 3.1.1 | ||
@@ -4,0 +8,0 @@ |
@@ -95,2 +95,3 @@ "use strict"; | ||
_a["Accept"] = "application/json", | ||
_a["Content-Type"] = "application/json", | ||
_a["User-Agent"] = "Postmark.JS - ".concat(this.clientVersion), | ||
@@ -97,0 +98,0 @@ _a; |
@@ -12,3 +12,3 @@ { | ||
], | ||
"version": "3.1.1", | ||
"version": "3.1.2", | ||
"author": "Igor Balos", | ||
@@ -15,0 +15,0 @@ "contributors": [ |
Sorry, the diff of this file is not supported yet
323448
5629