Skip to content

Commit

Permalink
v2.0.2
Browse files Browse the repository at this point in the history
  • Loading branch information
jamescostian committed Aug 31, 2019
1 parent 9656d70 commit 6114c43
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,10 @@
All notable changes to this project will be documented in this file.
This project adheres to [Semantic Versioning](http://semver.org/).

## [v2.0.2][2.0.2] - 2019-08-31
### Changed
- Upgrade deps

## [v2.0.1][2.0.1] - 2018-08-08
### Changed
- Upgrade deps
Expand Down Expand Up @@ -46,6 +50,7 @@ After using v0.1.0 for a while and updating some dependencies, this project was
## v0.1.0 - 2014-10-31
Initial Release - the first stable version

[2.0.2]: https://github.com/jamescostian/stream-string/compare/v2.0.1...v2.0.2
[2.0.1]: https://github.com/jamescostian/stream-string/compare/v2.0.0...v2.0.1
[2.0.0]: https://github.com/jamescostian/stream-string/compare/v1.0.2...v2.0.0
[1.0.2]: https://github.com/jamescostian/stream-string/compare/v1.0.1...v1.0.2
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "stream-string",
"description": "\"Converts\" a stream to a string. Promises are used by default, callbacks are allowed as well.",
"version": "2.0.1",
"version": "2.0.2",
"author": "James Costian <james@jamescostian.com>",
"bugs": {
"url": "https://github.com/jamescostian/stream-string/issues"
Expand Down

0 comments on commit 6114c43

Please sign in to comment.