Skip to content
This repository has been archived by the owner on Jun 20, 2023. It is now read-only.

Commit

Permalink
chore(release): 3.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Jason3S committed Jul 18, 2021
1 parent 81fcec5 commit fa545af
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 2 deletions.
9 changes: 9 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,14 @@
# Changelog

All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines.

## [3.3.0](https://github.com/Jason3S/rx-stream/compare/v3.2.1...v3.3.0) (2021-07-18)


### Bug Fixes

* Add option to subscribe immediately to an observable. ([#109](https://github.com/Jason3S/rx-stream/issues/109)) ([81fcec5](https://github.com/Jason3S/rx-stream/commit/81fcec5462849246290e00d77796642781bb3156)), closes [#106](https://github.com/Jason3S/rx-stream/issues/106)

## [3.2.0]
* Support Object streams [How do we create an Object stream from Observable? · Issue #17](https://github.com/Jason3S/rx-stream/issues/17)

Expand Down
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": "rxjs-stream",
"version": "3.2.1",
"version": "3.3.0",
"description": "nodejs streams for rxjs 6",
"main": "dist/index.js",
"typings": "dist/index.d.ts",
Expand Down

0 comments on commit fa545af

Please sign in to comment.