Skip to content

Commit

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

### 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 759a484 commit b28529a
Show file tree
Hide file tree
Showing 3 changed files with 16 additions and 3 deletions.
13 changes: 13 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,16 @@
# [3.0.0-beta.1](https://github.com/laurence79/ts-array-extensions/compare/2.2.4...3.0.0-beta.1) (2025-01-17)


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

Please sign in to comment.