From 15062c7558531075f493f74230b40b680026ca47 Mon Sep 17 00:00:00 2001 From: Muskan Sethi Date: Tue, 30 Apr 2024 17:22:45 +0530 Subject: [PATCH] updated changelog and version --- CHANGELOG.md | 5 +++++ package.json | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 67acb458..366caf3a 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.0.2 + +### Fixed + +- Bug fixes ## Version 1.0.1 diff --git a/package.json b/package.json index a33b05bb..21a54dad 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "@cap-js/attachments", "description": "CAP cds-plugin providing image and attachment storing out-of-the-box.", - "version": "1.0.1", + "version": "1.0.2", "repository": "cap-js/attachments", "author": "SAP SE (https://www.sap.com)", "homepage": "https://cap.cloud.sap/",