Skip to content

Commit

Permalink
chore(release): 0.6.0
Browse files Browse the repository at this point in the history
  • Loading branch information
anton164 committed Apr 22, 2020
1 parent a071249 commit fb7d0ff
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 2 deletions.
14 changes: 14 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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)


Expand Down
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "rxbeach",
"version": "0.5.0",
"version": "0.6.0",
"description": "Chill with streams at the RxBeach",
"keywords": [
"rxjs",
Expand Down Expand Up @@ -90,4 +90,4 @@
"commit-msg": "commitlint -E HUSKY_GIT_PARAMS"
}
}
}
}

0 comments on commit fb7d0ff

Please sign in to comment.