Skip to content

Commit

Permalink
v2.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
jamescostian committed Dec 22, 2016
1 parent aba158d commit 4c1dc4c
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
3 changes: 2 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
All notable changes to this project will be documented in this file.
This project adheres to [Semantic Versioning](http://semver.org/).

## [Unreleased][unreleased]
## [v2.0.0][2.0.0] - 2016-12-22
### Added
- Code of Conduct
- Added support for Node v6 and beyond
Expand Down Expand Up @@ -41,6 +41,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.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
[1.0.1]: https://github.com/jamescostian/stream-string/compare/v1.0.0...v1.0.1
[1.0.0]: https://github.com/jamescostian/stream-string/compare/v0.1.0...v1.0.0
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 and supports promises.",
"version": "1.0.2",
"version": "2.0.0",
"author": "James Costian <[email protected]>",
"bugs": {
"url": "https://github.com/jamescostian/stream-string/issues"
Expand Down

0 comments on commit 4c1dc4c

Please sign in to comment.