From 683f039b81ac4d980c761f911bbb25e0eaae5d07 Mon Sep 17 00:00:00 2001 From: Muskan Sethi Date: Mon, 8 Jul 2024 11:28:00 +0530 Subject: [PATCH] Release prep --- CHANGELOG.md | 6 ++++++ package.json | 2 +- 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 41cbac2c..51822b6d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,6 +4,12 @@ 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.1.4 + +### Changed + +- Updated Node version restriction. + ## Version 1.1.3 ### Changed diff --git a/package.json b/package.json index f2fb8bcc..95a026b2 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.1.3", + "version": "1.1.4", "repository": "cap-js/attachments", "author": "SAP SE (https://www.sap.com)", "homepage": "https://cap.cloud.sap/",