Skip to content

Commit bc252a2

Browse files
committed
Bump version
1 parent 186db54 commit bc252a2

File tree

3 files changed

+9
-2
lines changed

3 files changed

+9
-2
lines changed

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,10 @@
1+
## 3.0.2
2+
3+
### Fixed
4+
5+
- Fixed a bug the webpack automatic import replace on Windows due to the path delimiter. (#51, #50 and #52 thanks @mayerlench)
6+
- Fixed a bug where the filename in multipart form data would not get send along in a specific case on iOS (#56 thanks @mayerlench)
7+
18
## 3.0.1
29

310
### Changed

src/package-lock.json

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

src/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@klippa/nativescript-http",
3-
"version": "3.0.1",
3+
"version": "3.0.2",
44
"description": "The best way to do HTTP requests in NativeScript, a drop-in replacement for the core HTTP with important improvements and additions like proper connection pooling, form data support and certificate pinning",
55
"main": "http",
66
"typings": "index.d.ts",

0 commit comments

Comments
 (0)