Skip to content

Commit

Permalink
0.3.3
Browse files Browse the repository at this point in the history
  • Loading branch information
jiangmengyu0409 committed May 8, 2021
1 parent 1f7bf6a commit 2c1104c
Show file tree
Hide file tree
Showing 2 changed files with 58 additions and 1 deletion.
57 changes: 57 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,57 @@
## [0.3.3](https://github.com/Wiredcraft/nsq-strategies/compare/v0.3.1...v0.3.3) (2021-05-08)


### Bug Fixes

* directly call produce function instead of refactoring ([ff831ea](https://github.com/Wiredcraft/nsq-strategies/commit/ff831eaf13c7254b55105bd63344d81d46d2403c))
* fix the retry bug caused by the options parameter ([ca80023](https://github.com/Wiredcraft/nsq-strategies/commit/ca800239e46fbd175604b1d8046d84294c195d81))


### Features

* improve nsqd auto connection ([31f162e](https://github.com/Wiredcraft/nsq-strategies/commit/31f162e5359703f32516aa76c2d43603971c1458))



## [0.3.1](https://github.com/Wiredcraft/nsq-strategies/compare/v0.3.0...v0.3.1) (2019-12-11)



# [0.3.0](https://github.com/Wiredcraft/nsq-strategies/compare/v0.2.1...v0.3.0) (2019-11-29)


### Bug Fixes

* deprecated tests ([0c8ce70](https://github.com/Wiredcraft/nsq-strategies/commit/0c8ce70f33280176ba0a7a3e197cf9ef17cb78a0))



## [0.2.1](https://github.com/Wiredcraft/nsq-strategies/compare/v0.2.0...v0.2.1) (2019-02-19)


### Features

* issue [#17](https://github.com/Wiredcraft/nsq-strategies/issues/17) ([03df440](https://github.com/Wiredcraft/nsq-strategies/commit/03df44066618acf2b11a2b0eaa3d4051fe0f0f2a))



# [0.2.0](https://github.com/Wiredcraft/nsq-strategies/compare/v0.1.4...v0.2.0) (2019-01-04)



## [0.1.4](https://github.com/Wiredcraft/nsq-strategies/compare/v0.1.3...v0.1.4) (2017-03-01)



## [0.1.3](https://github.com/Wiredcraft/nsq-strategies/compare/v0.1.2...v0.1.3) (2017-01-20)



## [0.1.2](https://github.com/Wiredcraft/nsq-strategies/compare/0.1.1...v0.1.2) (2016-06-24)



# 0.1.0 (2016-06-16)



2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "nsq-strategies",
"version": "0.3.2",
"version": "0.3.3",
"description": "A nsq client with typical trategies in node.js",
"main": "index.js",
"scripts": {
Expand Down

0 comments on commit 2c1104c

Please sign in to comment.