From 005c3f0e2dd5ea8aa76842b14fcb0f7154bb5349 Mon Sep 17 00:00:00 2001 From: Aleksandr Suvorov Date: Mon, 12 Feb 2024 10:20:31 +0000 Subject: [PATCH] Release 1.62.1 --- 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 e7877bf..fc5eaca 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-manifest/compare/v1.62.0...HEAD). +A list of unreleased changes can be found [here](https://github.com/SAP/ui5-manifest/compare/v1.62.1...HEAD). + + +## [v1.62.1] - 0001-01-01 ## [v1.62.0] - 2024-02-12 @@ -55,6 +58,7 @@ A list of unreleased changes can be found [here](https://github.com/SAP/ui5-mani ## v1.48.1 - 2022-11-10 +[v1.62.1]: https://github.com/SAP/ui5-manifest/compare/v1.62.0...v1.62.1 [v1.62.0]: https://github.com/SAP/ui5-manifest/compare/v1.61.1...v1.62.0 [v1.61.1]: https://github.com/SAP/ui5-manifest/compare/v1.60.0...v1.61.1 [v1.60.0]: https://github.com/SAP/ui5-manifest/compare/v1.59.0...v1.60.0 diff --git a/package-lock.json b/package-lock.json index 8d9b375..c7c1c62 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "ui5-manifest", - "version": "1.62.0", + "version": "1.62.1", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "ui5-manifest", - "version": "1.62.0", + "version": "1.62.1", "license": "Apache-2.0" } } diff --git a/package.json b/package.json index 8ce02e8..d400fbe 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@ui5/manifest", - "version": "1.62.0", + "version": "1.62.1", "description": "This project contains the flattend json schema for the ui5 manifest.", "repository": { "type": "git",