From 29eaef19ea2ab6a97e154929f1350ac32057fc86 Mon Sep 17 00:00:00 2001 From: Matthias Osswald Date: Thu, 27 Apr 2023 07:54:52 +0000 Subject: [PATCH] Release 3.1.1 --- CHANGELOG.md | 11 +++++++++-- npm-shrinkwrap.json | 4 ++-- package.json | 2 +- 3 files changed, 12 insertions(+), 5 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 36f3bb5f..02ad5693 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,10 +2,16 @@ 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/v3.1.0...HEAD). +A list of unreleased changes can be found [here](https://github.com/SAP/ui5-cli/compare/v3.1.1...HEAD). + + +## [v3.1.1] - 2023-04-27 +### Dependency Updates +- Bump [@ui5](https://github.com/ui5)/project from 3.2.1 to 3.2.2 [`defb631`](https://github.com/SAP/ui5-cli/commit/defb6313fc651826876dd9713ee67fba72ced51c) + -## [v3.1.0] - 2023-04-25 +## [v3.1.0] - 2023-04-26 ### Dependency Updates - Bump [@ui5](https://github.com/ui5)/project from 3.2.0 to 3.2.1 [`922fb09`](https://github.com/SAP/ui5-cli/commit/922fb09c9cb6b8f317b8bba55a9a13f152532c73) - Bump [@ui5](https://github.com/ui5)/project from 3.1.1 to 3.2.0 [`4619e2f`](https://github.com/SAP/ui5-cli/commit/4619e2fc555987613920a4a30808534cbd70ab79) @@ -1019,6 +1025,7 @@ Only Node.js v10 or higher is supported. ## v0.0.1 - 2018-06-06 +[v3.1.1]: https://github.com/SAP/ui5-cli/compare/v3.1.0...v3.1.1 [v3.1.0]: https://github.com/SAP/ui5-cli/compare/v3.0.7...v3.1.0 [v3.0.7]: https://github.com/SAP/ui5-cli/compare/v3.0.6...v3.0.7 [v3.0.6]: https://github.com/SAP/ui5-cli/compare/v3.0.5...v3.0.6 diff --git a/npm-shrinkwrap.json b/npm-shrinkwrap.json index 2dbcbfe0..27ac3071 100644 --- a/npm-shrinkwrap.json +++ b/npm-shrinkwrap.json @@ -1,12 +1,12 @@ { "name": "@ui5/cli", - "version": "3.1.0", + "version": "3.1.1", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "@ui5/cli", - "version": "3.1.0", + "version": "3.1.1", "license": "Apache-2.0", "dependencies": { "@ui5/builder": "^3.0.3", diff --git a/package.json b/package.json index cf646aad..2ed4e9a1 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@ui5/cli", - "version": "3.1.0", + "version": "3.1.1", "description": "UI5 Tooling - CLI", "author": { "name": "SAP SE",