From fb7d0ff4ec376e6794a56cf98e90c668b3e46b37 Mon Sep 17 00:00:00 2001 From: Anton Abilov Date: Wed, 22 Apr 2020 16:14:35 +0200 Subject: [PATCH] chore(release): 0.6.0 --- CHANGELOG.md | 14 ++++++++++++++ package.json | 4 ++-- 2 files changed, 16 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index a882d83f..a3212a63 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,20 @@ 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. +## [0.6.0](https://github.com/ardoq/rxbeach/compare/v0.5.0...v0.6.0) (2020-04-22) + + +### ⚠ BREAKING CHANGES + +* **markers:** removed detectGlitches + +### Features + +* **markers:** added marker for debounceTime that includes time ([0ba027d](https://github.com/ardoq/rxbeach/commit/0ba027d951f543073616167decc3a3aa43f9a101)) + + +* **markers:** removed detectGlitches ([a071249](https://github.com/ardoq/rxbeach/commit/a0712498f0c3d47cb490db49b89de8d1f35d15bc)) + ## [0.5.0](https://github.com/ardoq/rxbeach/compare/v0.4.4...v0.5.0) (2020-04-20) diff --git a/package.json b/package.json index de983776..e5e7b882 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "rxbeach", - "version": "0.5.0", + "version": "0.6.0", "description": "Chill with streams at the RxBeach", "keywords": [ "rxjs", @@ -90,4 +90,4 @@ "commit-msg": "commitlint -E HUSKY_GIT_PARAMS" } } -} \ No newline at end of file +}