Skip to content

Commit 04274c8

Browse files
chore(release): 4.4.3 [skip ci]
## [4.4.3](v4.4.2...v4.4.3) (2020-10-06) ### Bug Fixes * emit errors on stream when .resolve method rejects ([#141](#141)) ([9bc989b](9bc989b))
1 parent 9bc989b commit 04274c8

File tree

2 files changed

+8
-1
lines changed

2 files changed

+8
-1
lines changed

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,10 @@
1+
## [4.4.3](https://github.com/podium-lib/client/compare/v4.4.2...v4.4.3) (2020-10-06)
2+
3+
4+
### Bug Fixes
5+
6+
* emit errors on stream when .resolve method rejects ([#141](https://github.com/podium-lib/client/issues/141)) ([9bc989b](https://github.com/podium-lib/client/commit/9bc989b3f5190a2f19fe66420d54a2c23bbe574a))
7+
18
# Changelog
29

310
Notable changes to this project will be documented in this file.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@podium/client",
3-
"version": "4.4.2",
3+
"version": "4.4.3",
44
"main": "lib/client.js",
55
"license": "MIT",
66
"keywords": [

0 commit comments

Comments
 (0)