Skip to content

Commit a5d0d5d

Browse files
committed
chore(release): 8.8.3
1 parent 589fab7 commit a5d0d5d

File tree

2 files changed

+16
-1
lines changed

2 files changed

+16
-1
lines changed

CHANGELOG.md

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,18 @@
1+
# Changelog
2+
3+
All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines.
4+
5+
### [8.8.3](https://github.com/farfromrefug/nativescript-cli/compare/v8.8.2...v8.8.3) (2024-10-17)
6+
7+
8+
### Bug Fixes
9+
10+
* add runtime infos in app package.json. Cleanup that package.json ([8223062](https://github.com/farfromrefug/nativescript-cli/commit/8223062c58769dd557eb5de7fadd1d10d8f87828))
11+
* add webpack env data so that scripts can read it (like svelte-preprocessor) ([144d775](https://github.com/farfromrefug/nativescript-cli/commit/144d775d2adde5ad7299e42354f8d49991d22007))
12+
* android fix when passing compileSdk as gradle arg ([ee31dd4](https://github.com/farfromrefug/nativescript-cli/commit/ee31dd464055f5b6fc657500b5238e1af6b2a11d))
13+
* deps update ([fbb6b86](https://github.com/farfromrefug/nativescript-cli/commit/fbb6b86e59e323036b46c94ff047b6baaf156a1f))
14+
* updated bundletool.jar to support 16 KB page size. remove vendor adb ([db7f7f4](https://github.com/farfromrefug/nativescript-cli/commit/db7f7f4fa3411374b23b6a118c18dfdffc1c0459))
15+
116
## [8.8.2](https://github.com/NativeScript/nativescript-cli/compare/v8.8.1...v8.8.2) (2024-08-28)
217

318

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@akylas/nativescript-cli",
33
"main": "./lib/nativescript-cli-lib.js",
4-
"version": "8.8.2",
4+
"version": "8.8.3",
55
"author": "NativeScript <[email protected]>",
66
"description": "Command-line interface for building NativeScript projects",
77
"bin": {

0 commit comments

Comments
 (0)