From 60c47938b48c6d7b91026ea337e1d8cab6cab63c Mon Sep 17 00:00:00 2001 From: Daniel O'Grady <103028279+daogrady@users.noreply.github.com> Date: Mon, 2 Dec 2024 20:28:35 +0100 Subject: [PATCH] Bump version to 0.30.0 (#418) --- CHANGELOG.md | 4 +++- package.json | 2 +- 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 1d0c80ba..503a0b68 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.30.0 - TBD +## Version 0.31.0 - TBD + +## Version 0.30.0 - 2024-12-02 ### Changed - [breaking] when running cds-typer in a CAP project, the default for the `outputDirectory` option will be `./@cds-models` instead of `./`. This default takes the lowest precedence after setting it in the project's `cds.env`, or explicitly as CLI argument. diff --git a/package.json b/package.json index 0262d259..fefdd2e5 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@cap-js/cds-typer", - "version": "0.29.0", + "version": "0.30.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",