Skip to content

Commit 655eb36

Browse files
committed
chore: v3.4.3
1 parent bc3c7d2 commit 655eb36

File tree

5 files changed

+31
-3
lines changed

5 files changed

+31
-3
lines changed

CHANGELOG.md

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,22 @@
33
All notable changes to this project will be documented in this file.
44
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

6+
## [3.4.3](https://github.com/nativescript-community/https/compare/v3.4.2...v3.4.3) (2022-04-25)
7+
8+
9+
### Bug Fixes
10+
11+
* **android:** native-api-usage fix ([bc3c7d2](https://github.com/nativescript-community/https/commit/bc3c7d24160038f48e487918ee8abcf5d24f0322))
12+
13+
14+
### Features
15+
16+
* contentLength ([a2e1017](https://github.com/nativescript-community/https/commit/a2e10170145a8e94e10f407e5fe772cb0d40e12c))
17+
18+
19+
20+
21+
622
## [3.4.2](https://github.com/nativescript-community/https/compare/v3.4.1...v3.4.2) (2022-02-26)
723

824

lerna.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"packages": [
33
"plugin"
44
],
5-
"version": "3.4.2",
5+
"version": "3.4.3",
66
"command": {
77
"publish": {
88
"conventionalCommits": true

package.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,6 +56,8 @@
5656
"devDependencies": {
5757
"@commitlint/cli": "^9.1.2",
5858
"@commitlint/config-conventional": "^9.1.2",
59+
"@lerna-lite/cli": "^1.0.5",
60+
"@lerna-lite/run": "^1.0.5",
5961
"@nativescript-community/observable": "^2.0.8",
6062
"@nativescript/core": "7.0.0",
6163
"@nativescript/types-android": "7.0.2",
@@ -69,7 +71,6 @@
6971
"eslint-config-prettier": "^6.13.0",
7072
"eslint-plugin-prettier": "^3.1.4",
7173
"husky": "^4.2.5",
72-
"lerna": "^3.22.1",
7374
"npm-watch": "^0.7.0",
7475
"prettier": "^2.1.2",
7576
"prompt": "^1.0.0",

plugin/CHANGELOG.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,17 @@
33
All notable changes to this project will be documented in this file.
44
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

6+
## [3.4.3](https://github.com/nativescript-community/https/compare/v3.4.2...v3.4.3) (2022-04-25)
7+
8+
9+
### Bug Fixes
10+
11+
* **android:** native-api-usage fix ([bc3c7d2](https://github.com/nativescript-community/https/commit/bc3c7d24160038f48e487918ee8abcf5d24f0322))
12+
13+
14+
15+
16+
617
## [3.4.2](https://github.com/nativescript-community/https/compare/v3.4.1...v3.4.2) (2022-02-26)
718

819
**Note:** Version bump only for package @nativescript-community/https

plugin/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@nativescript-community/https",
3-
"version": "3.4.2",
3+
"version": "3.4.3",
44
"description": "Nativescript plugin for gestures",
55
"main": "index",
66
"sideEffects": false,

0 commit comments

Comments
 (0)