@ui5/cli 4.0.17 → 4.0.18

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/CHANGELOG.md CHANGED
@@ -2,7 +2,10 @@
2
2
  All notable changes to this project will be documented in this file.
3
3
  This project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.html).
4
4
 
5
- A list of unreleased changes can be found [here](https://github.com/SAP/ui5-cli/compare/v4.0.17...HEAD).
5
+ A list of unreleased changes can be found [here](https://github.com/SAP/ui5-cli/compare/v4.0.18...HEAD).
6
+
7
+ <a name="v4.0.18"></a>
8
+ ## [v4.0.18] - 0001-01-01
6
9
 
7
10
  <a name="v4.0.17"></a>
8
11
  ## [v4.0.17] - 2025-06-06
@@ -1330,6 +1333,7 @@ Only Node.js v10 or higher is supported.
1330
1333
 
1331
1334
  <a name="v0.0.1"></a>
1332
1335
  ## v0.0.1 - 2018-06-06
1336
+ [v4.0.18]: https://github.com/SAP/ui5-cli/compare/v4.0.17...v4.0.18
1333
1337
  [v4.0.17]: https://github.com/SAP/ui5-cli/compare/v4.0.16...v4.0.17
1334
1338
  [v4.0.16]: https://github.com/SAP/ui5-cli/compare/v4.0.15...v4.0.16
1335
1339
  [v4.0.15]: https://github.com/SAP/ui5-cli/compare/v4.0.14...v4.0.15
@@ -1,12 +1,12 @@
1
1
  {
2
2
  "name": "@ui5/cli",
3
- "version": "4.0.17",
3
+ "version": "4.0.18",
4
4
  "lockfileVersion": 3,
5
5
  "requires": true,
6
6
  "packages": {
7
7
  "": {
8
8
  "name": "@ui5/cli",
9
- "version": "4.0.17",
9
+ "version": "4.0.18",
10
10
  "license": "Apache-2.0",
11
11
  "dependencies": {
12
12
  "@ui5/builder": "^4.0.7",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@ui5/cli",
3
- "version": "4.0.17",
3
+ "version": "4.0.18",
4
4
  "description": "UI5 Tooling - CLI",
5
5
  "author": {
6
6
  "name": "SAP SE",