From e5b8490caa75003ec30f32aec7242e6d01b98812 Mon Sep 17 00:00:00 2001 From: Daniel O'Grady <103028279+daogrady@users.noreply.github.com> Date: Tue, 26 Nov 2024 16:55:06 +0100 Subject: [PATCH] Bump version to 0.8.0 (#345) --- CHANGELOG.md | 4 +++- package.json | 2 +- 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 1ed4ef2b..d7717216 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,7 +4,9 @@ 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 0.8.0 - tbd +## Version 0.9.0 - tbd + +## Version 0.8.0 - 24-11-26 ### Fixed - Added missing type for `Request.before('commit', …)` diff --git a/package.json b/package.json index f24c156c..9d568d27 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@cap-js/cds-types", - "version": "0.7.0", + "version": "0.8.0", "description": "Type definitions for main packages of CAP, like `@sap/cds`", "repository": "github:cap-js/cds-types", "homepage": "https://cap.cloud.sap/",