Skip to content

Commit e49358e

Browse files
chore(main): release 4.3.0 (#1068)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent b45f85c commit e49358e

File tree

4 files changed

+15
-3
lines changed

4 files changed

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

CHANGELOG.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,18 @@
22

33
All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines.
44

5+
## [4.3.0](https://github.com/streetsidesoftware/regexp-worker/compare/v4.2.3...v4.3.0) (2025-11-19)
6+
7+
8+
### Bug Fixes
9+
10+
* Use node 24 to publish ([85f7327](https://github.com/streetsidesoftware/regexp-worker/commit/85f7327b8b332759429a37a23e40d0b80aee4066))
11+
12+
13+
### Miscellaneous Chores
14+
15+
* release 4.3.0 ([9e84542](https://github.com/streetsidesoftware/regexp-worker/commit/9e84542b6f9b6b2e85f2511bb22f3eda1e2c9130))
16+
517
## [4.2.3](https://github.com/streetsidesoftware/regexp-worker/compare/v4.2.2...v4.2.3) (2025-11-19)
618

719

jsr.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@streetsidesoftware/regexp-worker",
3-
"version": "4.2.3",
3+
"version": "4.3.0",
44
"license": "MIT",
55
"exports": {
66
".": "./src/browser.ts",

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "regexp-worker",
3-
"version": "4.2.3",
3+
"version": "4.3.0",
44
"description": "Runs regular expressions on a background thread.",
55
"publishConfig": {
66
"access": "public",

0 commit comments

Comments
 (0)