Skip to content

Commit

Permalink
178 release v030 (#179)
Browse files Browse the repository at this point in the history
* 0.3.0

* chore: update peer props to latest version

---------

Co-authored-by: Luca <lmenghini@coders51.com>
  • Loading branch information
tarzacodes and tarzacodes committed Feb 1, 2024
1 parent 74fcb86 commit 55631e7
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "rabbitmq-stream-js-client",
"version": "0.2.0",
"version": "0.3.0",
"description": "Rabbit stream client for JS/TS application",
"main": "dist/index.js",
"scripts": {
Expand Down
2 changes: 1 addition & 1 deletion src/requests/peer_properties_request.ts
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ import { DataWriter } from "./data_writer"

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

0 comments on commit 55631e7

Please sign in to comment.