From 2b090ba461292ddac88e9089af9f97ff1213ac1c Mon Sep 17 00:00:00 2001 From: Marcel Schwarz Date: Wed, 12 Jul 2023 16:07:57 +0200 Subject: [PATCH 1/2] chore: prepare next release --- CHANGELOG.md | 11 +++++++++++ package.json | 2 +- 2 files changed, 12 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 1bb32bc9..a7f0e51a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,6 +5,17 @@ All notable changes to this project will be documented in this file. The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). + +## Version 0.7.0 - tbd + +### Added + +### Changed + +### Fixed + +### Removed + ## Version 0.6.2 - 2023-07-12 ### Changed diff --git a/package.json b/package.json index d7dd59ae..18495255 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@cap-js/graphql", - "version": "0.6.2", + "version": "0.7.0", "description": "CDS protocol adapter for GraphQL", "keywords": [ "CAP", From 92e2c0326b5d6fd969fb28311a7db6a0f37df0ce Mon Sep 17 00:00:00 2001 From: Marcel Schwarz Date: Wed, 12 Jul 2023 16:10:46 +0200 Subject: [PATCH 2/2] Rm extra newline --- CHANGELOG.md | 1 - 1 file changed, 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index a7f0e51a..119c01a8 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,7 +5,6 @@ All notable changes to this project will be documented in this file. The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). - ## Version 0.7.0 - tbd ### Added