Skip to content

Commit

Permalink
chore(release): 1.7.0 [skip ci]
Browse files Browse the repository at this point in the history
# [1.7.0](v1.6.0...v1.7.0) (2022-04-20)

### Features

* 🎸 add el() helper ([e6fae4c](e6fae4c))
* 🎸 add PubSub implementation on top of BroadcastChannel ([561d542](561d542))
* 🎸 allow dynamic children in el() ([4ed8c5e](4ed8c5e))
* 🎸 improve pubsub implementation ([0df54f9](0df54f9))
  • Loading branch information
semantic-release-bot committed Apr 20, 2022
1 parent fabb268 commit c64aa0d
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 3 deletions.
10 changes: 10 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,13 @@
# [1.7.0](https://github.com/streamich/rx-use/compare/v1.6.0...v1.7.0) (2022-04-20)


### Features

* 🎸 add el() helper ([e6fae4c](https://github.com/streamich/rx-use/commit/e6fae4c412e59c5ebc5c7b0b82cf9468fc13f2aa))
* 🎸 add PubSub implementation on top of BroadcastChannel ([561d542](https://github.com/streamich/rx-use/commit/561d54261952a6fd53c4b80e5475d4230988c0ab))
* 🎸 allow dynamic children in el() ([4ed8c5e](https://github.com/streamich/rx-use/commit/4ed8c5e999ac94b8e924a4709f22c51541df7d84))
* 🎸 improve pubsub implementation ([0df54f9](https://github.com/streamich/rx-use/commit/0df54f97866ef6b5e21dd8194c6c848de4ee8ff5))

# [1.6.0](https://github.com/streamich/rx-use/compare/v1.5.1...v1.6.0) (2020-07-19)


Expand Down
5 changes: 2 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "rx-use",
"version": "1.6.0",
"version": "1.7.0",
"description": "",
"author": {
"name": "streamich",
Expand Down Expand Up @@ -36,8 +36,7 @@
"build-storybook": "build-storybook"
},
"keywords": [],
"dependencies": {
},
"dependencies": {},
"peerDependencies": {
"rxjs": "^7"
},
Expand Down

0 comments on commit c64aa0d

Please sign in to comment.