From 5da2df43d6bb5b04461db93107f50f03c07aaa27 Mon Sep 17 00:00:00 2001 From: Marcel Schwarz Date: Wed, 12 Jul 2023 11:59:31 +0200 Subject: [PATCH 1/2] Prepare changelog for 0.6.2 --- CHANGELOG.md | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 59354d1b..1bb32bc9 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,9 +5,7 @@ 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 +## Version 0.6.2 - 2023-07-12 ### Changed @@ -18,8 +16,6 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 - GraphiQL Explorer Plugin initialization due to upstream implementation pattern change -### Removed - ## Version 0.6.1 - 2023-07-05 ### Changed From d42212ae2f4fd0ac33b8d8c3b6a3f31b09189a4d Mon Sep 17 00:00:00 2001 From: Marcel Schwarz Date: Wed, 12 Jul 2023 12:00:06 +0200 Subject: [PATCH 2/2] Prepare package.json for 0.6.2 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 18495255..d7dd59ae 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@cap-js/graphql", - "version": "0.7.0", + "version": "0.6.2", "description": "CDS protocol adapter for GraphQL", "keywords": [ "CAP",