Skip to content

Commit

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

### Bug Fixes

* Types not included in package ([54f6f44](54f6f44))
  • Loading branch information
semantic-release-bot committed Jan 16, 2025
1 parent 54f6f44 commit 62dd304
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 3 deletions.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
## [2.2.4-next.3](https://github.com/laurence79/ts-array-extensions/compare/2.2.4-next.2...2.2.4-next.3) (2025-01-16)


### Bug Fixes

* Types not included in package ([54f6f44](https://github.com/laurence79/ts-array-extensions/commit/54f6f4416f50d29d4eafbc268349cdff258c4128))

## [2.2.4-next.2](https://github.com/laurence79/ts-array-extensions/compare/2.2.4-next.1...2.2.4-next.2) (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.2",
"version": "2.2.4-next.3",
"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 62dd304

Please sign in to comment.