Skip to content

Commit ead3e40

Browse files
chore(main): release 4.1.4 (#999)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent 18d1e6f commit ead3e40

File tree

4 files changed

+20
-5
lines changed

4 files changed

+20
-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.1.3"
2+
".": "4.1.4"
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.1.4](https://github.com/streetsidesoftware/regexp-worker/compare/v4.1.3...v4.1.4) (2025-06-29)
6+
7+
8+
### Bug Fixes
9+
10+
* Update the types to improve usage. ([#998](https://github.com/streetsidesoftware/regexp-worker/issues/998)) ([18d1e6f](https://github.com/streetsidesoftware/regexp-worker/commit/18d1e6f6a59ff9dfcff165443e4345749137a31b))
11+
512
## [4.1.3](https://github.com/streetsidesoftware/regexp-worker/compare/v4.1.2...v4.1.3) (2025-06-29)
613

714

jsr.json

Lines changed: 11 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,21 @@
11
{
22
"name": "@streetsidesoftware/regexp-worker",
3-
"version": "4.1.3",
3+
"version": "4.1.4",
44
"license": "MIT",
55
"exports": {
66
".": "./dist/browser.js",
77
"./node": "./dist/index.js"
88
},
99
"publish": {
10-
"include": ["LICENSE", "README.md", "dist/*.d.ts", "dist/browser.*", "dist/index.js"],
11-
"exclude": ["!dist"]
10+
"include": [
11+
"LICENSE",
12+
"README.md",
13+
"dist/*.d.ts",
14+
"dist/browser.*",
15+
"dist/index.js"
16+
],
17+
"exclude": [
18+
"!dist"
19+
]
1220
}
1321
}

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.1.3",
3+
"version": "4.1.4",
44
"description": "Runs regular expressions on a background thread.",
55
"publishConfig": {
66
"access": "public",

0 commit comments

Comments
 (0)