Skip to content

Commit

Permalink
chore: version packages (#5)
Browse files Browse the repository at this point in the history
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
  • Loading branch information
github-actions[bot] and github-actions[bot] authored Oct 8, 2023
1 parent c0c0e87 commit 001f304
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 11 deletions.
5 changes: 0 additions & 5 deletions .changeset/tricky-swans-mix.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/twelve-mugs-float.md

This file was deleted.

8 changes: 8 additions & 0 deletions src/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# isows

## 1.0.2

### Patch Changes

- [`c0c0e87`](https://github.com/wagmi-dev/isows/commit/c0c0e8724407a989da70bfff29cf444ccbf31b84) Thanks [@jxom](https://github.com/jxom)! - Removed `"module"` from `package.json`.

- [`59ccdf9`](https://github.com/wagmi-dev/isows/commit/59ccdf9a45900a5854b010f58bf4a6f11169c23f) Thanks [@jxom](https://github.com/jxom)! - Added `"deno"` conditional export.

## 1.0.0

### Major Changes
Expand Down
2 changes: 1 addition & 1 deletion src/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "isows",
"description": "Isomorphic WebSocket",
"version": "1.0.1",
"version": "1.0.2",
"type": "module",
"browser": "./_esm/native.js",
"main": "./_cjs/index.js",
Expand Down

0 comments on commit 001f304

Please sign in to comment.