From 8bf97410056fe7f4a909302cbb36773630cf6c26 Mon Sep 17 00:00:00 2001 From: Mara Kiefer <8320933+mnkiefer@users.noreply.github.com> Date: Thu, 26 Oct 2023 09:31:55 +0200 Subject: [PATCH] Prepare Release 1.0.1 (#35) --- CHANGELOG.md | 2 +- package.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 796df39..df8e0fa 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,7 +4,7 @@ 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.1 - TBD +## Version 1.0.1 - 26.10.23 ### Fixed diff --git a/package.json b/package.json index 60f2fc8..9a623c6 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@cap-js/change-tracking", - "version": "1.0.0", + "version": "1.0.1", "description": "CDS plugin providing out-of-the box support for automatic capturing, storing, and viewing of the change records of modeled entities.", "repository": "cap-js/change-tracking", "author": "SAP SE (https://www.sap.com)",