diff --git a/CHANGELOG.md b/CHANGELOG.md index 708be85..4078ce8 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -3,6 +3,17 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## [3.4.1](https://github.com/nativescript-community/https/compare/v3.4.0...v3.4.1) (2022-02-26) + + +### Bug Fixes + +* **android:** fixed broken build ([532ae49](https://github.com/nativescript-community/https/commit/532ae49a0dbe6c9dc4742400051d5ea86646ebbc)) + + + + + # [3.4.0](https://github.com/nativescript-community/https/compare/v3.3.13...v3.4.0) (2022-02-25) diff --git a/lerna.json b/lerna.json index f188ad7..dbe5f5e 100644 --- a/lerna.json +++ b/lerna.json @@ -2,7 +2,7 @@ "packages": [ "plugin" ], - "version": "3.4.0", + "version": "3.4.1", "command": { "publish": { "conventionalCommits": true diff --git a/plugin/CHANGELOG.md b/plugin/CHANGELOG.md index 66c9ecf..953f7e6 100644 --- a/plugin/CHANGELOG.md +++ b/plugin/CHANGELOG.md @@ -3,6 +3,14 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## [3.4.1](https://github.com/nativescript-community/https/compare/v3.4.0...v3.4.1) (2022-02-26) + +**Note:** Version bump only for package @nativescript-community/https + + + + + # [3.4.0](https://github.com/nativescript-community/https/compare/v3.3.13...v3.4.0) (2022-02-25) diff --git a/plugin/package.json b/plugin/package.json index ea171f7..d6f3bee 100644 --- a/plugin/package.json +++ b/plugin/package.json @@ -1,6 +1,6 @@ { "name": "@nativescript-community/https", - "version": "3.4.0", + "version": "3.4.1", "description": "Nativescript plugin for gestures", "main": "index", "sideEffects": false, diff --git a/src/request.android.ts b/src/request.android.ts index 1a124ec..73fab41 100644 --- a/src/request.android.ts +++ b/src/request.android.ts @@ -1,6 +1,7 @@ import { File, HttpResponseEncoding, ImageSource, Utils } from '@nativescript/core'; -import { CacheOptions, getFilenameFromUrl, HttpsFormDataParam, HttpsRequest, HttpsRequestOptions, HttpsResponseLegacy, HttpsSSLPinningOptions, interceptors, networkInterceptors, parseJSON } from '.'; +import { CacheOptions, HttpsFormDataParam, HttpsRequest, HttpsRequestOptions, HttpsResponseLegacy, HttpsSSLPinningOptions, getFilenameFromUrl, parseJSON } from '.'; +import { interceptors, networkInterceptors } from './request.common'; export { addNetworkInterceptor, addInterceptor } from './request.common'; interface Ipeer {