diff --git a/CHANGELOG.md b/CHANGELOG.md index 4eb88bb3..6946babe 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,7 +2,13 @@ All notable changes to this project will be documented in this file. This project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.html). -A list of unreleased changes can be found [here](https://github.com/SAP/ui5-cli/compare/v4.0.11...HEAD). +A list of unreleased changes can be found [here](https://github.com/SAP/ui5-cli/compare/v4.0.12...HEAD). + + +## [v4.0.12] - 2024-12-10 +### Dependency Updates +- Bump [@ui5](https://github.com/ui5)/builder from 4.0.4 to 4.0.5 [`9ee3c97`](https://github.com/SAP/ui5-cli/commit/9ee3c97312afcfa073ba0ab972d46212336197eb) + ## [v4.0.11] - 2024-11-29 @@ -1297,6 +1303,7 @@ Only Node.js v10 or higher is supported. ## v0.0.1 - 2018-06-06 +[v4.0.12]: https://github.com/SAP/ui5-cli/compare/v4.0.11...v4.0.12 [v4.0.11]: https://github.com/SAP/ui5-cli/compare/v4.0.10...v4.0.11 [v4.0.10]: https://github.com/SAP/ui5-cli/compare/v4.0.9...v4.0.10 [v4.0.9]: https://github.com/SAP/ui5-cli/compare/v4.0.8...v4.0.9 diff --git a/npm-shrinkwrap.json b/npm-shrinkwrap.json index 42a64853..e5ff2fdc 100644 --- a/npm-shrinkwrap.json +++ b/npm-shrinkwrap.json @@ -1,12 +1,12 @@ { "name": "@ui5/cli", - "version": "4.0.11", + "version": "4.0.12", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "@ui5/cli", - "version": "4.0.11", + "version": "4.0.12", "license": "Apache-2.0", "dependencies": { "@ui5/builder": "^4.0.5", diff --git a/package.json b/package.json index 85cc9732..b74d0c42 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@ui5/cli", - "version": "4.0.11", + "version": "4.0.12", "description": "UI5 Tooling - CLI", "author": { "name": "SAP SE",