Skip to content

Commit

Permalink
chore(release): 1.0.0 [skip ci]
Browse files Browse the repository at this point in the history
# 1.0.0 (2020-05-02)

### Features

* 🎸 add location$ observable ([ed69dd2](ed69dd2))
* 🎸 add raf() operator ([551aa7e](551aa7e))
* 🎸 add windowSize$ observable ([c1d7bc1](c1d7bc1))
* 🎸 add windowSizeRaf$ obsevable ([7f1ba89](7f1ba89))
* 🎸 improve location$ implementation ([97591ec](97591ec))
  • Loading branch information
semantic-release-bot committed May 2, 2020
1 parent 8335432 commit fe58696
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 1 deletion.
10 changes: 10 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
# 1.0.0 (2020-05-02)


### Features

* 🎸 add location$ observable ([ed69dd2](https://github.com/streamich/rx-use/commit/ed69dd23941c6df1a5b46860bca38ea243dfca29))
* 🎸 add raf() operator ([551aa7e](https://github.com/streamich/rx-use/commit/551aa7ee7391485621c79d7e5acca8bbba762832))
* 🎸 add windowSize$ observable ([c1d7bc1](https://github.com/streamich/rx-use/commit/c1d7bc176a89326073dfc0a8ec69862f06753a05))
* 🎸 add windowSizeRaf$ obsevable ([7f1ba89](https://github.com/streamich/rx-use/commit/7f1ba894ca461474c63481d09bb06f2b2b91bab4))
* 🎸 improve location$ implementation ([97591ec](https://github.com/streamich/rx-use/commit/97591ec61bed886c6076ff8b63e5283d91261dbe))
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "rx-use",
"version": "0.0.1",
"version": "1.0.0",
"description": "",
"author": {
"name": "streamich",
Expand Down

0 comments on commit fe58696

Please sign in to comment.