Skip to content

Commit

Permalink
chore(main): release 5.0.0 (#284)
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 Feb 28, 2023
1 parent 199d431 commit 31fca31
Show file tree
Hide file tree
Showing 3 changed files with 14 additions and 3 deletions.
11 changes: 11 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,16 @@
# Release Notes

## [5.0.0](https://github.com/streetsidesoftware/GenSequence/compare/v4.0.3...v5.0.0) (2023-02-28)


### ⚠ BREAKING CHANGES

* Support ESM ([#283](https://github.com/streetsidesoftware/GenSequence/issues/283))

### Features

* Support ESM ([#283](https://github.com/streetsidesoftware/GenSequence/issues/283)) ([af15160](https://github.com/streetsidesoftware/GenSequence/commit/af15160385bcde7642cf10d1a0ea2ec3055897c4))

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

### Bug Fixes
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.3",
"version": "5.0.0",
"description": "Small library to simplify working with Generators and Iterators in Javascript / Typescript",
"type": "commonjs",
"main": "dist/index.js",
Expand Down

0 comments on commit 31fca31

Please sign in to comment.