From 851f1832ed3757fe67f9a805643f9513356d4d69 Mon Sep 17 00:00:00 2001 From: Johannes Vogel <31311694+johannes-vogel@users.noreply.github.com> Date: Tue, 30 Jan 2024 13:36:39 +0100 Subject: [PATCH] [main] prep 0.11.0 (#151) --- CHANGELOG.md | 14 +++++++++++--- package.json | 2 +- 2 files changed, 12 insertions(+), 4 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index bcb84d8..1a720d5 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,7 +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.10.0 - tbd +## Version 0.11.0 - tbd + +### Added + +### Changed + +### Fixed + +### Removed + +## Version 0.10.0 - 2023-01-30 ### Added @@ -23,8 +33,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 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",