Skip to content

Commit

Permalink
chore(package): release new version
Browse files Browse the repository at this point in the history
  • Loading branch information
staltz committed Jan 10, 2019
1 parent ef8ed44 commit 8ab0154
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 1 deletion.
11 changes: 11 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,17 @@
<a name="11.8.0"></a>
## 11.8.0 (2019-01-10)

* feat(debounce): emit pending value on completion ([7ab4b17](https://github.com/staltz/xstream/commit/7ab4b17)), closes [staltz/xstream#257](https://github.com/staltz/xstream/issues/257)
* feat(flattenConcurrentlyAtMost): add new extra ([ef8ed44](https://github.com/staltz/xstream/commit/ef8ed44)), closes [staltz/xstream#161](https://github.com/staltz/xstream/issues/161)
* docs(extras): add fromEvent to EXTRA_DOCS.md ([0c3a855](https://github.com/staltz/xstream/commit/0c3a855))
* fix(dropUntil): align with rxjs skipUntil ([0c0cf40](https://github.com/staltz/xstream/commit/0c0cf40)), closes [staltz/xstream#237](https://github.com/staltz/xstream/issues/237)



<a name="11.7.0"></a>
## 11.7.0 (2018-06-23)

* chore(package): release new version ([141014c](https://github.com/staltz/xstream/commit/141014c))
* fix(fromEvent): Improve typings ([1d265c9](https://github.com/staltz/xstream/commit/1d265c9))


Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "xstream",
"version": "11.7.0",
"version": "11.8.0",
"description": "An extremely intuitive, small, and fast functional reactive stream library for JavaScript",
"main": "index.js",
"typings": "index.d.ts",
Expand Down

0 comments on commit 8ab0154

Please sign in to comment.