From 6f12a1a6786881fb5b224c8287ceb88aed4de2c2 Mon Sep 17 00:00:00 2001 From: Johannes Vogel Date: Tue, 30 Jan 2024 13:27:04 +0100 Subject: [PATCH 1/3] 0.11.0 in package.json --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 54379c1..35b2075 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@cap-js/graphql", - "version": "0.10.0", + "version": "0.11.0", "description": "CDS protocol adapter for GraphQL", "keywords": [ "CAP", From 225bcfef6a1e6c7b064a14c5b5cb2ae0607be0a8 Mon Sep 17 00:00:00 2001 From: Johannes Vogel <31311694+johannes-vogel@users.noreply.github.com> Date: Tue, 30 Jan 2024 13:25:31 +0100 Subject: [PATCH 2/3] 0.10.0 in cl --- CHANGELOG.md | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index bcb84d8..26973a9 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,7 +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.10.0 - tbd +## Version 0.10.0 - 2023-01-30 ### Added @@ -23,8 +23,6 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 - Name clashes when CDS elements are named `nodes` or `totalCount` - Parsing of `null` values in lists -### Removed - ## Version 0.9.0 - 2023-11-16 ### Added From f14f4108b9e20a97ef2a9321c2e58442181c9696 Mon Sep 17 00:00:00 2001 From: Johannes Vogel Date: Tue, 30 Jan 2024 13:27:48 +0100 Subject: [PATCH 3/3] 011.0 skeleton --- CHANGELOG.md | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 26973a9..1a720d5 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,6 +5,16 @@ 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.11.0 - tbd + +### Added + +### Changed + +### Fixed + +### Removed + ## Version 0.10.0 - 2023-01-30 ### Added