Skip to content

Commit 851f183

Browse files
[main] prep 0.11.0 (#151)
1 parent cbebdae commit 851f183

File tree

2 files changed

+12
-4
lines changed

2 files changed

+12
-4
lines changed

CHANGELOG.md

Lines changed: 11 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,17 @@ All notable changes to this project will be documented in this file.
55
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
66
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
77

8-
## Version 0.10.0 - tbd
8+
## Version 0.11.0 - tbd
9+
10+
### Added
11+
12+
### Changed
13+
14+
### Fixed
15+
16+
### Removed
17+
18+
## Version 0.10.0 - 2023-01-30
919

1020
### Added
1121

@@ -23,8 +33,6 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
2333
- Name clashes when CDS elements are named `nodes` or `totalCount`
2434
- Parsing of `null` values in lists
2535

26-
### Removed
27-
2836
## Version 0.9.0 - 2023-11-16
2937

3038
### Added

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@cap-js/graphql",
3-
"version": "0.10.0",
3+
"version": "0.11.0",
44
"description": "CDS protocol adapter for GraphQL",
55
"keywords": [
66
"CAP",

0 commit comments

Comments
 (0)