File tree Expand file tree Collapse file tree 4 files changed +42
-20
lines changed
Expand file tree Collapse file tree 4 files changed +42
-20
lines changed Original file line number Diff line number Diff line change 33All notable changes to this project will be documented in this file.
44See [ 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
Original file line number Diff line number Diff line change 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}
Original file line number Diff line number Diff line change 33All notable changes to this project will be documented in this file.
44See [ 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
Original file line number Diff line number Diff line change 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 ,
You can’t perform that action at this time.
0 commit comments