Skip to content
This repository was archived by the owner on Aug 18, 2025. It is now read-only.

Commit 98ae68e

Browse files
committed
Release 0.4.1.
1 parent 9034fc8 commit 98ae68e

5 files changed

Lines changed: 9 additions & 8 deletions

File tree

.github/workflows/release.yml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,10 +4,11 @@ on:
44
types: [created]
55
jobs:
66
release-js:
7-
name: 'jsbt v0.3.1' # Should match commit below
8-
uses: paulmillr/jsbt/.github/workflows/release.yml@c45f03360e0171b138f04568d2fdd35d7bbc0d35
7+
name: 'jsbt v0.3.3' # Should match commit below
8+
uses: paulmillr/jsbt/.github/workflows/release.yml@c9a9f2cd6b4841aa3117b174e9ea468b1650e5ea
99
secrets:
1010
NPM_PUBLISH_TOKEN: ${{ secrets.NPM_PUBLISH_TOKEN }}
1111
permissions:
1212
contents: write
1313
id-token: write
14+
attestations: write

.github/workflows/test-js.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,5 +4,5 @@ on:
44
- pull_request
55
jobs:
66
test-js:
7-
name: 'jsbt v0.3.1' # Should match commit below
8-
uses: paulmillr/jsbt/.github/workflows/test-js.yml@c45f03360e0171b138f04568d2fdd35d7bbc0d35
7+
name: 'jsbt v0.3.3' # Should match commit below
8+
uses: paulmillr/jsbt/.github/workflows/test-js.yml@c9a9f2cd6b4841aa3117b174e9ea468b1650e5ea

jsr.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@paulmillr/micro-bmark",
3-
"version": "0.4.0",
3+
"version": "0.4.1",
44
"exports": {
55
".": "./src/index.ts",
66
"./compare.js": "./src/compare.ts"

package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "micro-bmark",
3-
"version": "0.4.0",
3+
"version": "0.4.1",
44
"description": "Benchmark your JS projects with nanosecond resolution",
55
"main": "index.js",
66
"type": "module",

0 commit comments

Comments
 (0)