Skip to content

Commit

Permalink
v2.0.4
Browse files Browse the repository at this point in the history
  • Loading branch information
jamescostian committed Dec 3, 2023
1 parent c397c8f commit 268deb4
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 3 deletions.
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.4][2.0.4] - 2023-12-03
### Changed
- Upgrade deps

## [v2.0.3][2.0.3] - 2019-01-05
### Changed
- Upgrade deps
Expand Down Expand Up @@ -54,6 +58,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.4]: https://github.com/jamescostian/stream-string/compare/v2.0.3...v2.0.4
[2.0.3]: https://github.com/jamescostian/stream-string/compare/v2.0.2...v2.0.3
[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
Expand Down
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

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.3",
"version": "2.0.4",
"author": "James Costian <[email protected]>",
"bugs": {
"url": "https://github.com/jamescostian/stream-string/issues"
Expand Down

0 comments on commit 268deb4

Please sign in to comment.