From 4e99d7c0524be4d1c52dc5837ac6846a202c5d8f Mon Sep 17 00:00:00 2001 From: "Yashmeet ." Date: Thu, 31 Oct 2024 12:37:46 +0530 Subject: [PATCH 1/2] Update version in package.json and update changelog --- CHANGELOG.md | 5 +++++ package.json | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 878f7af..7ebd17b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,6 +4,11 @@ All notable changes to this project will be documented in this file. This project adheres to [Semantic Versioning](http://semver.org/). The format is based on [Keep a Changelog](http://keepachangelog.com/). +## Version 1.2.2 + +### Fixed +App crash issue on upeditdate of fields when no attachments are added. + ## Version 1.2.1 ### Added diff --git a/package.json b/package.json index 6fc1eab..46a4db6 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "@cap-js/sdm", "description": "CAP plugin for effortless integration of CAP applications with SAP Document Management Service.", - "version": "1.2.1", + "version": "1.2.2", "repository": "cap-js/sdm", "author": "SAP SE (https://www.sap.com)", "homepage": "https://cap.cloud.sap/", From 05e6dc94073f6cffa719fb4b97c0c1b17425519b Mon Sep 17 00:00:00 2001 From: "Yashmeet ." Date: Thu, 31 Oct 2024 12:56:59 +0530 Subject: [PATCH 2/2] fix typo --- CHANGELOG.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 7ebd17b..86c48ad 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,7 +7,7 @@ The format is based on [Keep a Changelog](http://keepachangelog.com/). ## Version 1.2.2 ### Fixed -App crash issue on upeditdate of fields when no attachments are added. +App crash issue on update of fields when no attachments are added. ## Version 1.2.1