Skip to content

Commit

Permalink
release: 8.8.3
Browse files Browse the repository at this point in the history
  • Loading branch information
rigor789 committed Dec 3, 2024
1 parent ae94a71 commit 58078c3
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 3 deletions.
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,11 @@
## [8.8.3](https://github.com/NativeScript/nativescript-cli/compare/v8.8.2...v8.8.3) (2024-12-03)

* SPM package version now supports semver ranges
* `~1.0.0` => upToNextMinor
* `^1.0.0` => upToNextMajor
* `#hash` => specific commit hash
* `<branch>` => specific branch

## [8.8.2](https://github.com/NativeScript/nativescript-cli/compare/v8.8.1...v8.8.2) (2024-08-28)


Expand Down
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "nativescript",
"main": "./lib/nativescript-cli-lib.js",
"version": "8.8.2",
"version": "8.8.3",
"author": "NativeScript <[email protected]>",
"description": "Command-line interface for building NativeScript projects",
"bin": {
Expand Down

0 comments on commit 58078c3

Please sign in to comment.