From 4595992831e38dc5ec0fea93b504ec01e9db05fe Mon Sep 17 00:00:00 2001 From: Christian Georgi Date: Wed, 13 Dec 2023 16:52:02 +0100 Subject: [PATCH] Bump to 0.2.0 --- CHANGELOG.md | 5 +++++ package.json | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index ce17cfac..98f4fc24 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,6 +4,11 @@ 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.2.0 - tbd + +### Changed + + ## Version 0.1.0 - 2023-12-13 ### Changed diff --git a/package.json b/package.json index bb7317eb..d7cdf7a3 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@cap-js/cds-types", - "version": "0.1.0", + "version": "0.2.0", "description": "Type definitions for main packages of CAP, like `@sap/cds`", "repository": "github:cap-js/cds-types", "homepage": "https://cap.cloud.sap/",