From cab05e5e0909a03f1b3548d0121abf907eb3a32b Mon Sep 17 00:00:00 2001 From: Daniel O'Grady <103028279+daogrady@users.noreply.github.com> Date: Tue, 13 Aug 2024 16:07:30 +0200 Subject: [PATCH] Bump version to 0.25.0 (#295) --- CHANGELOG.md | 4 +++- package.json | 2 +- 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index b22cbd1b..b0f72636 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.25.0 - TBD +## Version 0.26.0 - TBD + +## Version 0.25.0 - 2024-08-13 ### Added - Declaring a type alias on an enum in cds now also exports it on value level in the resulting type diff --git a/package.json b/package.json index 07713eef..7a79d68c 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@cap-js/cds-typer", - "version": "0.24.0", + "version": "0.25.0", "description": "Generates .ts files for a CDS model to receive code completion in VS Code", "main": "index.js", "repository": "github:cap-js/cds-typer",