Skip to content

Commit

Permalink
2.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
nfroidure committed Jul 18, 2024
1 parent 984bdee commit 3ba437a
Show file tree
Hide file tree
Showing 3 changed files with 24 additions and 4 deletions.
20 changes: 20 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,23 @@
# [2.0.0](https://github.com/nfroidure/StreamQueue/compare/v1.1.2...v2.0.0) (2024-07-18)


### Bug Fixes

* **docs:** fix markdown title ([984bdee](https://github.com/nfroidure/StreamQueue/commit/984bdee4581509d80df369f810ebbf5c73ec0a42))


### Code Refactoring

* **core:** complete refactoring ([a969877](https://github.com/nfroidure/StreamQueue/commit/a969877e4cf877a13d57b90c779342c47be7cbfc))


### BREAKING CHANGES

* **core:** Support only Node20+, use ESM, API surface changed. By updating assume you could
have a lot of work to do.



<a name="1.1.2"></a>
## [1.1.2](https://github.com/nfroidure/StreamQueue/compare/v1.1.1...v1.1.2) (2017-12-03)

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.

4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
}
},
"name": "streamqueue",
"version": "1.1.2",
"version": "2.0.0",
"description": "StreamQueue pipe the queued streams one by one in order to preserve their content order.",
"homepage": "https://github.com/nfroidure/StreamQueue",
"main": "dist/index.js",
Expand Down Expand Up @@ -172,4 +172,4 @@
"trailingComma": "all",
"proseWrap": "always"
}
}
}

0 comments on commit 3ba437a

Please sign in to comment.