Skip to content

Commit 64955bf

Browse files
chore(main): release 4.3.0 (#85)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent 92680f0 commit 64955bf

File tree

3 files changed

+13
-3
lines changed

3 files changed

+13
-3
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-
".": "4.2.1"
2+
".": "4.3.0"
33
}

CHANGELOG.md

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

3+
## [4.3.0](https://github.com/ieedan/std/compare/v4.2.1...v4.3.0) (2025-04-09)
4+
5+
6+
### Features
7+
8+
* Add `iEqual` to `ts/strings` ([#84](https://github.com/ieedan/std/issues/84)) ([92680f0](https://github.com/ieedan/std/commit/92680f02c9703bb3ef4a7a181a0b970579fedd59))
9+
310
## [4.2.1](https://github.com/ieedan/std/compare/v4.2.0...v4.2.1) (2025-04-03)
411

512

package.json

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "std",
3-
"version": "4.2.1",
3+
"version": "4.3.0",
44
"packageManager": "[email protected]",
55
"type": "module",
66
"scripts": {
@@ -26,6 +26,9 @@
2626
"typedoc-material-theme": "^1.3.0"
2727
},
2828
"pnpm": {
29-
"onlyBuiltDependencies": ["@biomejs/biome", "esbuild"]
29+
"onlyBuiltDependencies": [
30+
"@biomejs/biome",
31+
"esbuild"
32+
]
3033
}
3134
}

0 commit comments

Comments
 (0)