From 81cbf749977cd3f5fd784774d13309dbb0f7d06d Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Thu, 16 Jan 2025 13:46:09 +0000 Subject: [PATCH] chore(release): 2.2.4 [skip ci] ## [2.2.4](https://github.com/laurence79/ts-array-extensions/compare/2.2.3...2.2.4) (2025-01-16) ### Bug Fixes * Files not exported ([a73812f](https://github.com/laurence79/ts-array-extensions/commit/a73812fa5b65756d8333956f4680d4b470b717f0)) * Individual functions are not exported ([#36](https://github.com/laurence79/ts-array-extensions/issues/36)) ([316690e](https://github.com/laurence79/ts-array-extensions/commit/316690ed8a4dc06a61f923bc47bd4681e26682e0)) * Missing file extensions on compact and compactMap ([947af23](https://github.com/laurence79/ts-array-extensions/commit/947af237e69aa9054cb876e6e4b40e7eef919f42)) * Types not included in package ([54f6f44](https://github.com/laurence79/ts-array-extensions/commit/54f6f4416f50d29d4eafbc268349cdff258c4128)) --- CHANGELOG.md | 10 ++++++++++ package-lock.json | 4 ++-- package.json | 2 +- 3 files changed, 13 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 514659f..49f723e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,13 @@ +## [2.2.4](https://github.com/laurence79/ts-array-extensions/compare/2.2.3...2.2.4) (2025-01-16) + + +### Bug Fixes + +* Files not exported ([a73812f](https://github.com/laurence79/ts-array-extensions/commit/a73812fa5b65756d8333956f4680d4b470b717f0)) +* Individual functions are not exported ([#36](https://github.com/laurence79/ts-array-extensions/issues/36)) ([316690e](https://github.com/laurence79/ts-array-extensions/commit/316690ed8a4dc06a61f923bc47bd4681e26682e0)) +* Missing file extensions on compact and compactMap ([947af23](https://github.com/laurence79/ts-array-extensions/commit/947af237e69aa9054cb876e6e4b40e7eef919f42)) +* Types not included in package ([54f6f44](https://github.com/laurence79/ts-array-extensions/commit/54f6f4416f50d29d4eafbc268349cdff258c4128)) + ## [2.2.4-next.4](https://github.com/laurence79/ts-array-extensions/compare/2.2.4-next.3...2.2.4-next.4) (2025-01-16) diff --git a/package-lock.json b/package-lock.json index 8e75f03..1b3165a 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "ts-array-extensions", - "version": "2.2.4-next.4", + "version": "2.2.4", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "ts-array-extensions", - "version": "2.2.4-next.4", + "version": "2.2.4", "license": "ISC", "devDependencies": { "@swc/jest": "^0.2.37", diff --git a/package.json b/package.json index 57187f2..8bb14de 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "ts-array-extensions", - "version": "2.2.4-next.4", + "version": "2.2.4", "description": "A library that adds common array higher order function support beyond the built in functions in js, e.g. `map`, `filter`, by extending the `Array` prototype.", "keywords": [], "homepage": "https://github.com/laurence79/ts-array-extensions#readme",