From 201658c474d03ff7281ff782ce8d99ce29d8af59 Mon Sep 17 00:00:00 2001 From: Johannes Vogel <31311694+johannes-vogel@users.noreply.github.com> Date: Wed, 5 Jul 2023 10:03:16 +0200 Subject: [PATCH 1/2] prepare 0.6.1 hotfix --- CHANGELOG.md | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 6d9cc10f..fecac828 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.1 - 2023-07-05 ### Changed @@ -21,8 +19,6 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 - Changed GraphiQL Explorer Plugin CDN URL due to upstream renaming -### Removed - ## Version 0.6.0 - 2023-06-23 ### Added From f3243b6f85fbf65f199555981c2a4de00947e8a9 Mon Sep 17 00:00:00 2001 From: Johannes Vogel <31311694+johannes-vogel@users.noreply.github.com> Date: Wed, 5 Jul 2023 10:04:38 +0200 Subject: [PATCH 2/2] 0.6.1 in package.json --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 18495255..94760136 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@cap-js/graphql", - "version": "0.7.0", + "version": "0.6.1", "description": "CDS protocol adapter for GraphQL", "keywords": [ "CAP",