Skip to content

Commit 1a78a7d

Browse files
chore(release): 3.0.0-alpha.2 [skip ci]
# [3.0.0-alpha.2](3.0.0-alpha.1...3.0.0-alpha.2) (2025-01-17) ### Features * Rename addToPrototype to apply ([f4b1c18](f4b1c18))
1 parent f4b1c18 commit 1a78a7d

3 files changed

Lines changed: 10 additions & 3 deletions

File tree

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,10 @@
1+
# [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)
2+
3+
4+
### Features
5+
6+
* Rename addToPrototype to apply ([f4b1c18](https://github.com/laurence79/ts-array-extensions/commit/f4b1c18a8b5b99779eb46f980a1f2eb037798f08))
7+
18
## [3.0.0-alpha.1](https://github.com/laurence79/ts-array-extensions/compare/2.2.3...3.0.0-alpha.1) (2025-01-16)
29

310

package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "ts-array-extensions",
3-
"version": "3.0.0-alpha.1",
3+
"version": "3.0.0-alpha.2",
44
"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.",
55
"keywords": [],
66
"homepage": "https://github.com/laurence79/ts-array-extensions#readme",

0 commit comments

Comments
 (0)