Skip to content

Commit 268deb4

Browse files
committed
v2.0.4
1 parent c397c8f commit 268deb4

File tree

3 files changed

+8
-3
lines changed

3 files changed

+8
-3
lines changed

CHANGELOG.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,10 @@
33
All notable changes to this project will be documented in this file.
44
This project adheres to [Semantic Versioning](http://semver.org/).
55

6+
## [v2.0.4][2.0.4] - 2023-12-03
7+
### Changed
8+
- Upgrade deps
9+
610
## [v2.0.3][2.0.3] - 2019-01-05
711
### Changed
812
- Upgrade deps
@@ -54,6 +58,7 @@ After using v0.1.0 for a while and updating some dependencies, this project was
5458
## v0.1.0 - 2014-10-31
5559
Initial Release - the first stable version
5660

61+
[2.0.4]: https://github.com/jamescostian/stream-string/compare/v2.0.3...v2.0.4
5762
[2.0.3]: https://github.com/jamescostian/stream-string/compare/v2.0.2...v2.0.3
5863
[2.0.2]: https://github.com/jamescostian/stream-string/compare/v2.0.1...v2.0.2
5964
[2.0.1]: https://github.com/jamescostian/stream-string/compare/v2.0.0...v2.0.1

package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "stream-string",
33
"description": "\"Converts\" a stream to a string. Promises are used by default, callbacks are allowed as well.",
4-
"version": "2.0.3",
4+
"version": "2.0.4",
55
"author": "James Costian <[email protected]>",
66
"bugs": {
77
"url": "https://github.com/jamescostian/stream-string/issues"

0 commit comments

Comments
 (0)