Skip to content

Commit 8cc6b02

Browse files
chore: version packages (#3)
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
1 parent e725b70 commit 8cc6b02

3 files changed

Lines changed: 21 additions & 11 deletions

File tree

.changeset/long-pianos-retire.md

Lines changed: 0 additions & 5 deletions
This file was deleted.

src/CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
# isows
2+
3+
## 1.0.0
4+
5+
### Major Changes
6+
7+
- [`bd4f010`](https://github.com/wagmi-dev/isows/commit/bd4f010d8267a0c48ecc9c09d3a5e8ff8aa1b05d) Thanks [@jxom](https://github.com/jxom)! - Initial release.

src/package.json

Lines changed: 14 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
{
22
"name": "isows",
33
"description": "Isomorphic WebSocket",
4-
"version": "0.0.1",
5-
"type": "module",
4+
"version": "1.0.0",
5+
"type": "module",
66
"browser": "./_esm/native.js",
77
"main": "./_cjs/index.js",
88
"module": "./_esm/index.js",
@@ -21,8 +21,8 @@
2121
"exports": {
2222
".": {
2323
"types": "./_types/native.d.ts",
24-
"bun":"./_esm/native.js",
25-
"browser":"./_esm/native.js",
24+
"bun": "./_esm/native.js",
25+
"browser": "./_esm/native.js",
2626
"import": "./_esm/index.js",
2727
"default": "./_cjs/index.js"
2828
},
@@ -33,12 +33,20 @@
3333
},
3434
"license": "MIT",
3535
"repository": "wagmi-dev/isows",
36-
"authors": ["jxom.eth"],
36+
"authors": [
37+
"jxom.eth"
38+
],
3739
"funding": [
3840
{
3941
"type": "github",
4042
"url": "https://github.com/sponsors/wagmi-dev"
4143
}
4244
],
43-
"keywords": ["isomorphic", "websocket", "ws", "node", "browser"]
45+
"keywords": [
46+
"isomorphic",
47+
"websocket",
48+
"ws",
49+
"node",
50+
"browser"
51+
]
4452
}

0 commit comments

Comments
 (0)