Skip to content

Commit 3d443ca

Browse files
committed
0.1.3
1 parent bf25bed commit 3d443ca

File tree

2 files changed

+10
-4
lines changed

2 files changed

+10
-4
lines changed

CHANGELOG.md

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

8-
## Version 0.1.2 - 08.01.24
8+
## Version 0.1.3 - 2024-xx-xx
9+
10+
### Fixed
11+
12+
- tbd
13+
14+
## Version 0.1.2 - 2024-01-08
915

1016
### Fixed
1117

@@ -15,14 +21,14 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.
1521
- Redis off per default
1622
- Refactoring
1723

18-
## Version 0.1.1 - 22.12.23
24+
## Version 0.1.1 - 2023-12-22
1925

2026
### Added
2127

2228
- Websocket events in non-websocket services
2329
- Support multiple endpoints
2430

25-
## Version 0.1.0 - 21.12.23
31+
## Version 0.1.0 - 2023-12-21
2632

2733
### Added
2834

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-community/websocket",
3-
"version": "0.1.2",
3+
"version": "0.1.3",
44
"description": "WebSocket adapter for CDS",
55
"homepage": "https://cap.cloud.sap/",
66
"engines": {

0 commit comments

Comments
 (0)