Skip to content

Commit fd73e3d

Browse files
committed
v4.0.12
1 parent 5e32bb0 commit fd73e3d

File tree

4 files changed

+42
-20
lines changed

4 files changed

+42
-20
lines changed

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+
## [4.0.12](https://github.com/nativescript-community/https/compare/v4.0.11...v4.0.12) (2023-01-23)
7+
8+
9+
### Bug Fixes
10+
11+
* **android:** improved native-api-usage ([5e32bb0](https://github.com/nativescript-community/https/commit/5e32bb08e3f95c75e0ec05d0594294911eda72af))
12+
13+
14+
15+
16+
617
## [4.0.11](https://github.com/nativescript-community/https/compare/v4.0.10...v4.0.11) (2022-12-05)
718

819
### Features

lerna.json

Lines changed: 19 additions & 19 deletions
Original file line numberDiff line numberDiff line change
@@ -1,22 +1,22 @@
11
{
2-
"packages": [
3-
"packages/*"
4-
],
5-
"npmClient": "yarn",
6-
"useWorkspaces": true,
7-
"command": {
8-
"publish": {
9-
"conventionalCommits": true,
10-
"ignoreChanges": [
11-
"ignored-file",
12-
"*.md"
13-
]
2+
"packages": [
3+
"packages/*"
4+
],
5+
"npmClient": "yarn",
6+
"useWorkspaces": true,
7+
"command": {
8+
"publish": {
9+
"conventionalCommits": true,
10+
"ignoreChanges": [
11+
"ignored-file",
12+
"*.md"
13+
]
14+
},
15+
"bootstrap": {
16+
"npmClientArgs": [
17+
"--no-package-lock"
18+
]
19+
}
1420
},
15-
"bootstrap": {
16-
"npmClientArgs": [
17-
"--no-package-lock"
18-
]
19-
}
20-
},
21-
"version": "4.0.11"
21+
"version": "4.0.12"
2222
}

packages/https/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+
## [4.0.12](https://github.com/nativescript-community/https/compare/v4.0.11...v4.0.12) (2023-01-23)
7+
8+
9+
### Bug Fixes
10+
11+
* **android:** improved native-api-usage ([5e32bb0](https://github.com/nativescript-community/https/commit/5e32bb08e3f95c75e0ec05d0594294911eda72af))
12+
13+
14+
15+
16+
617
## [4.0.11](https://github.com/nativescript-community/https/compare/v4.0.10...v4.0.11) (2022-12-05)
718

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

packages/https/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": "4.0.11",
3+
"version": "4.0.12",
44
"description": "Nativescript plugin for https requests",
55
"main": "index",
66
"sideEffects": false,

0 commit comments

Comments
 (0)