Skip to content

Commit 83f0490

Browse files
chore(main): release 4.2.2 (#1064)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent 1c8ae0f commit 83f0490

File tree

4 files changed

+12
-5
lines changed

4 files changed

+12
-5
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.2.2"
33
}

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,13 @@
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.2.2](https://github.com/streetsidesoftware/regexp-worker/compare/v4.2.1...v4.2.2) (2025-11-19)
6+
7+
8+
### Bug Fixes
9+
10+
* Use Trusted Publisher ([cc33e82](https://github.com/streetsidesoftware/regexp-worker/commit/cc33e82f6c9a3cbd81fde466cdeee5e75c5fa97d))
11+
512
## [4.2.1](https://github.com/streetsidesoftware/regexp-worker/compare/v4.2.0...v4.2.1) (2025-07-20)
613

714

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.1",
3+
"version": "4.2.2",
44
"license": "MIT",
55
"exports": {
66
".": "./src/browser.ts",

package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "regexp-worker",
3-
"version": "4.2.1",
3+
"version": "4.2.2",
44
"description": "Runs regular expressions on a background thread.",
55
"publishConfig": {
66
"access": "public",
@@ -73,7 +73,7 @@
7373
"devDependencies": {
7474
"@arethetypeswrong/cli": "^0.18.2",
7575
"@eslint/js": "^9.39.1",
76-
"@tsconfig/node20": "^20.1.8",
76+
"@tsconfig/node20": "^20.1.7",
7777
"@types/node": "^20.19.25",
7878
"@vitest/coverage-istanbul": "^3.2.4",
7979
"cross-env": "^10.1.0",
@@ -86,7 +86,7 @@
8686
"shx": "^0.4.0",
8787
"tsdown": "^0.16.5",
8888
"typescript": "^5.9.3",
89-
"typescript-eslint": "^8.47.0",
89+
"typescript-eslint": "^8.46.4",
9090
"vitest": "^3.2.4"
9191
},
9292
"homepage": "https://github.com/streetsidesoftware/regexp-worker#readme",

0 commit comments

Comments
 (0)