We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent af5fe5b commit 0d5e756Copy full SHA for 0d5e756
CHANGELOG.md
@@ -4,6 +4,12 @@ All notable changes to this project will be documented in this file.
4
This project adheres to [Semantic Versioning](http://semver.org/).
5
The format is based on [Keep a Changelog](http://keepachangelog.com/).
6
7
+## Version 0.1.2 - 2024-12-12
8
+
9
+### Fixed
10
11
+- Response format of unauthorized requests
12
13
## Version 0.1.1 - 2024-11-12
14
15
### Added
package.json
@@ -1,6 +1,6 @@
1
{
2
"name": "@cap-js/event-broker",
3
- "version": "0.1.1",
+ "version": "0.1.2",
"description": "CDS plugin providing integration to SAP Event Broker",
"repository": {
"type": "git",
0 commit comments