From cadf73a214657dc6e0c061b100b0872dc7474dda Mon Sep 17 00:00:00 2001 From: Andre Staltz Date: Mon, 15 Aug 2016 15:12:42 +0300 Subject: [PATCH] chore(package): release new version --- CHANGELOG.md | 10 ++++++++++ package.json | 2 +- 2 files changed, 11 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 48bd86c..c0c34be 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,13 @@ + +## [5.3.3](https://github.com/staltz/xstream/compare/v5.3.2...v5.3.3) (2016-08-15) + + +### Bug Fixes + +* **dropRepeats:** handle circular dependencies ([38052da](https://github.com/staltz/xstream/commit/38052da)) + + + ## [5.3.2](https://github.com/staltz/xstream/compare/v5.3.1...v5.3.2) (2016-07-23) diff --git a/package.json b/package.json index a01d3f4..d259c7c 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "xstream", - "version": "5.3.2", + "version": "5.3.3", "description": "An extremely intuitive, small, and fast functional reactive stream library for JavaScript", "main": "index.js", "typings": "index.d.ts",