Skip to content

Commit

Permalink
chore(release): 4.3.0 [skip ci]
Browse files Browse the repository at this point in the history
# [4.3.0](v4.2.0...v4.3.0) (2020-12-26)

### Bug Fixes

* **default value subscription separato:** fixed default value subscription separator ([577e6b6](577e6b6))
* **fix tests topic name:** fix topic name in test GPS005 and GPS006 ([b5b651b](b5b651b))

### Features

* **add subscriptions separator:** supports to customize separator between prefix and topic name ([3116692](3116692)), closes [#78](#78)
* **add topic separator:** customize topic separator ([10eaabc](10eaabc))
  • Loading branch information
semantic-release-bot committed Dec 26, 2020
1 parent f26e007 commit ef68d4f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion 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": "@algoan/pubsub",
"version": "4.2.0",
"version": "4.3.0",
"description": "PubSub Library for algoan",
"main": "./dist/src/index.js",
"typings": "./dist/src/index.d.ts",
Expand Down

0 comments on commit ef68d4f

Please sign in to comment.