From 96d923e7b308ff5213ddb68d5f72450a689f9c9d Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Tue, 27 Feb 2024 09:43:28 +0100 Subject: [PATCH] chore(main): release 7.0.0 (#489) Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> --- CHANGELOG.md | 13 +++++++++++++ package-lock.json | 4 ++-- package.json | 2 +- 3 files changed, 16 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 2755e03..c8b81f5 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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) diff --git a/package-lock.json b/package-lock.json index c3f5659..28555ed 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "gensequence", - "version": "6.0.0", + "version": "7.0.0", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "gensequence", - "version": "6.0.0", + "version": "7.0.0", "license": "MIT", "devDependencies": { "@tsconfig/node18": "^18.2.2", diff --git a/package.json b/package.json index e0b90ab..e001a44 100644 --- a/package.json +++ b/package.json @@ -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",