Skip to content

Commit

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

### Bug Fixes

* callback should be optional on first() and last() ([c1cc968](c1cc968))

### Features

* Add pipes ([#38](#38)) ([c1bdeff](c1bdeff))
* Rename addToPrototype to apply ([f4b1c18](f4b1c18))

### BREAKING CHANGES

* Async functions removed, new import path to apply to Array prototype
  • Loading branch information
semantic-release-bot committed Jan 17, 2025
1 parent c9237d1 commit baaab05
Show file tree
Hide file tree
Showing 3 changed files with 21 additions and 3 deletions.
18 changes: 18 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,21 @@
# [3.0.0](https://github.com/laurence79/ts-array-extensions/compare/2.2.4...3.0.0) (2025-01-17)


### Bug Fixes

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


### 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-beta.2](https://github.com/laurence79/ts-array-extensions/compare/3.0.0-beta.1...3.0.0-beta.2) (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.2",
"version": "3.0.0",
"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 baaab05

Please sign in to comment.