From 6d5b3f818794dfa2b20bca93f8f4a823b2ea3781 Mon Sep 17 00:00:00 2001 From: Daniel O'Grady <103028279+daogrady@users.noreply.github.com> Date: Thu, 28 Mar 2024 18:17:21 +0100 Subject: [PATCH] Bump version (#190) --- CHANGELOG.md | 4 +++- package.json | 2 +- 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 85ade845..e3201868 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.19.0 - TBD +## Version 0.20.0 - TBD + +## Version 0.19.0 - 2024-03-28 ### Added - Support for `cds.Vector`, which will be represented as `string` diff --git a/package.json b/package.json index 6005d5ae..f19f0651 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@cap-js/cds-typer", - "version": "0.18.2", + "version": "0.19.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",