Skip to content

Commit

Permalink
chore(main): release 4.0.3 (#258)
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] committed Dec 8, 2022
1 parent 1787ad3 commit 7ca2ddf
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 3 deletions.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# Release Notes

## [4.0.3](https://github.com/Jason3S/GenSequence/compare/v4.0.2...v4.0.3) (2022-12-08)


### Bug Fixes

* Update TypeScript ([#257](https://github.com/Jason3S/GenSequence/issues/257)) ([d7abd48](https://github.com/Jason3S/GenSequence/commit/d7abd4872d4e5665bfc01d3650ae8bfde455d407))

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


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.2",
"version": "4.0.3",
"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 7ca2ddf

Please sign in to comment.