From 325c3fbb88ea0e8a9e74cfc270c6fa7d135e67d3 Mon Sep 17 00:00:00 2001 From: Aleksandr Suvorov Date: Tue, 4 Jun 2024 09:29:38 +0000 Subject: [PATCH] Release 1.3.2 --- CHANGELOG.md | 6 +++++- package-lock.json | 4 ++-- package.json | 2 +- 3 files changed, 8 insertions(+), 4 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 40cf9c1..28223cd 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,7 +2,10 @@ 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-task-adaptation/compare/v1.3.1...HEAD). +A list of unreleased changes can be found [here](https://github.com/SAP/ui5-task-adaptation/compare/v1.3.2...HEAD). + + +## [v1.3.2] - 2024-06-04 ## [v1.3.1] - 2024-06-04 @@ -91,6 +94,7 @@ A list of unreleased changes can be found [here](https://github.com/SAP/ui5-task ## v1.0.0 - 2020-12-09 +[v1.3.2]: https://github.com/SAP/ui5-task-adaptation/compare/v1.3.1...v1.3.2 [v1.3.1]: https://github.com/SAP/ui5-task-adaptation/compare/v1.3.0...v1.3.1 [v1.3.0]: https://github.com/SAP/ui5-task-adaptation/compare/v1.2.0...v1.3.0 [v1.2.0]: https://github.com/SAP/ui5-task-adaptation/compare/v1.1.3...v1.2.0 diff --git a/package-lock.json b/package-lock.json index 38a5c5e..afcb7d0 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "@ui5/task-adaptation", - "version": "1.3.1", + "version": "1.3.2", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "@ui5/task-adaptation", - "version": "1.3.1", + "version": "1.3.2", "license": "Apache-2.0", "dependencies": { "@sap/cf-tools": "^3.2.0", diff --git a/package.json b/package.json index 571d1d7..b4cec76 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@ui5/task-adaptation", - "version": "1.3.1", + "version": "1.3.2", "description": "Custom task for ui5-builder which allows building UI5 Flexibility Adaptation Projects for SAP BTP, Cloud Foundry environment", "main": "index.js", "scripts": {