@ui5/cli 3.11.7 → 3.11.8

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/v3.11.7...HEAD).
5
+ A list of unreleased changes can be found [here](https://github.com/SAP/ui5-cli/compare/v3.11.8...HEAD).
6
+
7
+ <a name="v3.11.8"></a>
8
+ ## [v3.11.8] - 0001-01-01
6
9
 
7
10
  <a name="v3.11.7"></a>
8
11
  ## [v3.11.7] - 2025-06-06
@@ -1239,6 +1242,7 @@ Only Node.js v10 or higher is supported.
1239
1242
 
1240
1243
  <a name="v0.0.1"></a>
1241
1244
  ## v0.0.1 - 2018-06-06
1245
+ [v3.11.8]: https://github.com/SAP/ui5-cli/compare/v3.11.7...v3.11.8
1242
1246
  [v3.11.7]: https://github.com/SAP/ui5-cli/compare/v3.11.6...v3.11.7
1243
1247
  [v3.11.6]: https://github.com/SAP/ui5-cli/compare/v3.11.5...v3.11.6
1244
1248
  [v3.11.5]: https://github.com/SAP/ui5-cli/compare/v3.11.4...v3.11.5
@@ -1,12 +1,12 @@
1
1
  {
2
2
  "name": "@ui5/cli",
3
- "version": "3.11.7",
3
+ "version": "3.11.8",
4
4
  "lockfileVersion": 3,
5
5
  "requires": true,
6
6
  "packages": {
7
7
  "": {
8
8
  "name": "@ui5/cli",
9
- "version": "3.11.7",
9
+ "version": "3.11.8",
10
10
  "license": "Apache-2.0",
11
11
  "dependencies": {
12
12
  "@ui5/builder": "^3.6.0",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@ui5/cli",
3
- "version": "3.11.7",
3
+ "version": "3.11.8",
4
4
  "description": "UI5 Tooling - CLI",
5
5
  "author": {
6
6
  "name": "SAP SE",