Skip to content

Commit

Permalink
chore(main): release 7.0.0 (#489)
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 27, 2024
1 parent ea7dc59 commit 96d923e
Show file tree
Hide file tree
Showing 3 changed files with 16 additions and 3 deletions.
13 changes: 13 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,18 @@
# Release Notes

## [7.0.0](https://github.com/streetsidesoftware/GenSequence/compare/v6.0.0...v7.0.0) (2024-02-27)


### ⚠ BREAKING CHANGES

* Drop support for CommonJS ([#487](https://github.com/streetsidesoftware/GenSequence/issues/487))
* Drop support for Node 16 ([#485](https://github.com/streetsidesoftware/GenSequence/issues/485))

### Features

* Drop support for CommonJS ([#487](https://github.com/streetsidesoftware/GenSequence/issues/487)) ([e0060d3](https://github.com/streetsidesoftware/GenSequence/commit/e0060d349daf23af74be1d7224ad715e6e89390c))
* Drop support for Node 16 ([#485](https://github.com/streetsidesoftware/GenSequence/issues/485)) ([333a3e9](https://github.com/streetsidesoftware/GenSequence/commit/333a3e991524d1737efcfddd7e728e44cb66f2b0))

## [6.0.0](https://github.com/streetsidesoftware/GenSequence/compare/v5.0.2...v6.0.0) (2023-08-24)


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": "6.0.0",
"version": "7.0.0",
"description": "Small library to simplify working with Generators and Iterators in Javascript / Typescript",
"type": "module",
"module": "dist/index.js",
Expand Down

0 comments on commit 96d923e

Please sign in to comment.