Skip to content

Commit 7f22aa6

Browse files
chore(main): release 4.1.5 (#1001)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent cab4e06 commit 7f22aa6

File tree

4 files changed

+21
-5
lines changed

4 files changed

+21
-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.4"
2+
".": "4.1.5"
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.5](https://github.com/streetsidesoftware/regexp-worker/compare/v4.1.4...v4.1.5) (2025-06-29)
6+
7+
8+
### Bug Fixes
9+
10+
* Give jsr the source ([#1000](https://github.com/streetsidesoftware/regexp-worker/issues/1000)) ([cab4e06](https://github.com/streetsidesoftware/regexp-worker/commit/cab4e06a7746bbe66b113acd5f1018f07c5c1f99))
11+
512
## [4.1.4](https://github.com/streetsidesoftware/regexp-worker/compare/v4.1.3...v4.1.4) (2025-06-29)
613

714

jsr.json

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

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

0 commit comments

Comments
 (0)