Skip to content

Commit 55631e7

Browse files
authored
178 release v030 (#179)
* 0.3.0 * chore: update peer props to latest version --------- Co-authored-by: Luca <[email protected]>
1 parent 74fcb86 commit 55631e7

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "rabbitmq-stream-js-client",
3-
"version": "0.2.0",
3+
"version": "0.3.0",
44
"description": "Rabbit stream client for JS/TS application",
55
"main": "dist/index.js",
66
"scripts": {

src/requests/peer_properties_request.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ import { DataWriter } from "./data_writer"
66

77
export const PROPERTIES = {
88
product: "RabbitMQ Stream",
9-
version: "0.2.0",
9+
version: "0.3.0",
1010
platform: "javascript",
1111
copyright: "Copyright (c) 2020-2024 Coders51 srl",
1212
information: "Licensed under the Apache 2.0 and MPL 2.0 licenses. See https://www.rabbitmq.com/",

0 commit comments

Comments
 (0)