From b28529a0bf6fba327c9fc93b1e452fffaf36d52c Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Fri, 17 Jan 2025 00:58:12 +0000 Subject: [PATCH] chore(release): 3.0.0-beta.1 [skip ci] # [3.0.0-beta.1](https://github.com/laurence79/ts-array-extensions/compare/2.2.4...3.0.0-beta.1) (2025-01-17) ### Features * Add pipes ([#38](https://github.com/laurence79/ts-array-extensions/issues/38)) ([c1bdeff](https://github.com/laurence79/ts-array-extensions/commit/c1bdeff257933eb875b5ed5fb68207d46fa95ab3)) * Rename addToPrototype to apply ([f4b1c18](https://github.com/laurence79/ts-array-extensions/commit/f4b1c18a8b5b99779eb46f980a1f2eb037798f08)) ### BREAKING CHANGES * Async functions removed, new import path to apply to Array prototype --- 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 cc5c6dc..31c8ab4 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,16 @@ +# [3.0.0-beta.1](https://github.com/laurence79/ts-array-extensions/compare/2.2.4...3.0.0-beta.1) (2025-01-17) + + +### Features + +* Add pipes ([#38](https://github.com/laurence79/ts-array-extensions/issues/38)) ([c1bdeff](https://github.com/laurence79/ts-array-extensions/commit/c1bdeff257933eb875b5ed5fb68207d46fa95ab3)) +* Rename addToPrototype to apply ([f4b1c18](https://github.com/laurence79/ts-array-extensions/commit/f4b1c18a8b5b99779eb46f980a1f2eb037798f08)) + + +### BREAKING CHANGES + +* Async functions removed, new import path to apply to Array prototype + # [3.0.0-alpha.2](https://github.com/laurence79/ts-array-extensions/compare/3.0.0-alpha.1...3.0.0-alpha.2) (2025-01-17) diff --git a/package-lock.json b/package-lock.json index 5193a62..c007d6b 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "ts-array-extensions", - "version": "3.0.0-alpha.2", + "version": "3.0.0-beta.1", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "ts-array-extensions", - "version": "3.0.0-alpha.2", + "version": "3.0.0-beta.1", "license": "ISC", "devDependencies": { "@swc/jest": "^0.2.37", diff --git a/package.json b/package.json index adbea31..e0f058d 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "ts-array-extensions", - "version": "3.0.0-alpha.2", + "version": "3.0.0-beta.1", "description": "A library that provides common array transformation functions", "keywords": [], "homepage": "https://github.com/laurence79/ts-array-extensions#readme",