Skip to content

Commit 41b3a43

Browse files
committed
bump version
1 parent f70c73d commit 41b3a43

File tree

5 files changed

+7
-5
lines changed

5 files changed

+7
-5
lines changed

.changeset/config.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
"fixed": [],
66
"linked": [],
77
"access": "restricted",
8-
"baseBranch": "main",
8+
"baseBranch": "master",
99
"updateInternalDependencies": "patch",
1010
"ignore": []
1111
}

demos/svelte-demo/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@notemine/svelte-demo",
3-
"version": "0.1.0",
3+
"version": "0.1.1",
44
"type": "module",
55
"scripts": {
66
"prepare": "pnpm build",

demos/vanilla-js-demo/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@notemine/vanilla-js-demo",
3-
"version": "0.1.0",
3+
"version": "0.1.1",
44
"description": "A notemine demo app written in vanilla JS, HTML and CSS with minimal dependendencies",
55
"main": "src/index.html",
66
"license": "MIT",

packages/core/package.json

+3-1
Original file line numberDiff line numberDiff line change
@@ -2,14 +2,15 @@
22
"name": "@notemine/core",
33
"type": "module",
44
"description": "a nostr note miner compiled to wasm",
5-
"version": "0.3.2",
5+
"version": "0.4.0",
66
"license": "GPL-3.0-only",
77
"repository": {
88
"type": "git",
99
"url": "https://github.com/sandwichfarm/notemine"
1010
},
1111
"files": [
1212
"notemine_bg.wasm",
13+
"notemine_bg.wasm.d.ts",
1314
"notemine.js",
1415
"notemine.d.ts"
1516
],
@@ -23,6 +24,7 @@
2324
"require": "./dist/notemine.js"
2425
},
2526
"./wasm": {
27+
"types": "./dist/notemine_bg.wasm.d.ts",
2628
"import": "./dist/notemine_bg.wasm",
2729
"require": "./dist/notemine_bg.wasm"
2830
}

packages/wrapper/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@notemine/wrapper",
3-
"version": "0.0.9",
3+
"version": "1.0.0",
44
"author": "[email protected]",
55
"description": "Nostr note miner wrapper for notemine wasm-bindgen",
66
"repository": "https://github.com/sandwichfarm/notemine",

0 commit comments

Comments
 (0)