Skip to content

Commit

Permalink
chore(main): release 4.0.1 (#229)
Browse files Browse the repository at this point in the history
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
  • Loading branch information
github-actions[bot] authored Aug 30, 2022
1 parent 483732c commit 274555b
Show file tree
Hide file tree
Showing 3 changed files with 19 additions and 3 deletions.
16 changes: 16 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,21 @@
# Release Notes

## [4.0.1](https://github.com/Jason3S/GenSequence/compare/1.2.0...v4.0.1) (2022-08-30)


### Bug Fixes

* clean up the async reducers ([#21](https://github.com/Jason3S/GenSequence/issues/21)) ([0bf7525](https://github.com/Jason3S/GenSequence/commit/0bf75256eabeae936aeda32ad86a822a1d5bafcb))
* correctly handle `undefined` initial value. ([0bf7525](https://github.com/Jason3S/GenSequence/commit/0bf75256eabeae936aeda32ad86a822a1d5bafcb))
* Sequence<T extends S> is type compatible with Sequence<S> ([#25](https://github.com/Jason3S/GenSequence/issues/25)) ([2834953](https://github.com/Jason3S/GenSequence/commit/2834953e20539edbaa41fb8323f61d81b717b0a6))
* Update Publication Process ([483732c](https://github.com/Jason3S/GenSequence/commit/483732c03abe8da434f71666b6f57eb46a727135))
* Update Typescript ([#228](https://github.com/Jason3S/GenSequence/issues/228)) ([ae21653](https://github.com/Jason3S/GenSequence/commit/ae216534a6c0977f58d4f6389748aa0f2d387f41))


### Miscellaneous Chores

* release 4.0.1 ([391dc6d](https://github.com/Jason3S/GenSequence/commit/391dc6dd026a39986ffbd3a1ed7fc1a17e37889d))

## [4.0.0]

- Drop support for Node 10 and 12.
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,6 +1,6 @@
{
"name": "gensequence",
"version": "4.0.0",
"version": "4.0.1",
"description": "Small library to simplify working with Generators and Iterators in Javascript / Typescript",
"main": "dist/index.js",
"typings": "dist/index.d.ts",
Expand Down

0 comments on commit 274555b

Please sign in to comment.