Skip to content

Commit 3ecb5af

Browse files
authored
Merge pull request #65 from ieedan/release-please--branches--main
chore(main): release 3.0.0
2 parents 391a86f + c25beed commit 3ecb5af

File tree

3 files changed

+15
-2
lines changed

3 files changed

+15
-2
lines changed

.release-please-manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
{
2-
".": "2.6.0"
2+
".": "3.0.0"
33
}

CHANGELOG.md

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,18 @@
11
# Changelog
22

3+
## [3.0.0](https://github.com/ieedan/std/compare/v2.6.0...v3.0.0) (2025-02-06)
4+
5+
6+
### ⚠ BREAKING CHANGES
7+
8+
* Consolidate array methods into `ts/array` block
9+
* BREAKING move all code to `ts` category
10+
11+
### Features
12+
13+
* BREAKING move all code to `ts` category ([85e1113](https://github.com/ieedan/std/commit/85e111350d4fa8fe9f28df85d0e6a5ea97b834da))
14+
* Consolidate array methods into `ts/array` block ([1c3a60c](https://github.com/ieedan/std/commit/1c3a60c9fba14b1b20ea80604c8475c3e1ca02b9))
15+
316
## [2.6.0](https://github.com/ieedan/std/compare/v2.5.0...v2.6.0) (2025-02-05)
417

518

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "std",
3-
"version": "2.6.0",
3+
"version": "3.0.0",
44
"packageManager": "[email protected]",
55
"type": "module",
66
"scripts": {

0 commit comments

Comments
 (0)