chore(release): v4.5.0 🚀

This commit is contained in:
Christian Veinfors
2023-10-03 15:09:20 +02:00
parent 9d564d1516
commit 95bbc29811
34 changed files with 115 additions and 38 deletions

View File

@@ -3,6 +3,10 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
# [4.5.0](https://github.com/qlik-oss/nebula.js/compare/v4.5.0-alpha.0...v4.5.0) (2023-10-03)
**Note:** Version bump only for package @nebula.js/cli
# [4.5.0-alpha.0](https://github.com/qlik-oss/nebula.js/compare/v4.4.0...v4.5.0-alpha.0) (2023-08-31)
**Note:** Version bump only for package @nebula.js/cli

View File

@@ -1,6 +1,6 @@
{
"name": "@nebula.js/cli",
"version": "4.5.0-alpha.0",
"version": "4.5.0",
"description": "",
"license": "MIT",
"author": "QlikTech International AB",
@@ -30,7 +30,7 @@
"@nebula.js/cli-serve": "^4.0.0"
},
"dependencies": {
"@nebula.js/cli-create": "^4.5.0-alpha.0",
"@nebula.js/cli-create": "^4.5.0",
"import-cwd": "3.0.0",
"yargs": "17.7.2"
}