Skip to content

Commit

Permalink
chore(release): 2.2.4 [skip ci]
Browse files Browse the repository at this point in the history
## [2.2.4](2.2.3...2.2.4) (2025-01-16)

### Bug Fixes

* Files not exported ([a73812f](a73812f))
* Individual functions are not exported ([#36](#36)) ([316690e](316690e))
* Missing file extensions on compact and compactMap ([947af23](947af23))
* Types not included in package ([54f6f44](54f6f44))
  • Loading branch information
semantic-release-bot committed Jan 16, 2025
1 parent b7e45bc commit 81cbf74
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 3 deletions.
10 changes: 10 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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)


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": "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",
Expand Down

0 comments on commit 81cbf74

Please sign in to comment.