Skip to content

Commit

Permalink
chore(release): 3.0.0-beta.2 [skip ci]
Browse files Browse the repository at this point in the history
# [3.0.0-beta.2](3.0.0-beta.1...3.0.0-beta.2) (2025-01-17)

### Bug Fixes

* callback should be optional on first() and last() ([c1cc968](c1cc968))
  • Loading branch information
semantic-release-bot committed Jan 17, 2025
1 parent c1cc968 commit 4153105
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 @@
# [3.0.0-beta.2](https://github.com/laurence79/ts-array-extensions/compare/3.0.0-beta.1...3.0.0-beta.2) (2025-01-17)


### Bug Fixes

* callback should be optional on first() and last() ([c1cc968](https://github.com/laurence79/ts-array-extensions/commit/c1cc9684bb00f9e95d964492e8a2b55a46cf1779))

# [3.0.0-beta.1](https://github.com/laurence79/ts-array-extensions/compare/2.2.4...3.0.0-beta.1) (2025-01-17)


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": "3.0.0-beta.1",
"version": "3.0.0-beta.2",
"description": "A library that provides common array transformation functions",
"keywords": [],
"homepage": "https://github.com/laurence79/ts-array-extensions#readme",
Expand Down

0 comments on commit 4153105

Please sign in to comment.