Skip to content

Commit

Permalink
chore(release): 0.0.3
Browse files Browse the repository at this point in the history
  • Loading branch information
tomaisthorpe committed Jul 23, 2023
1 parent 5d6add5 commit 6d6e021
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
6 changes: 6 additions & 0 deletions packages/ted/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# @tedengine/ted

## 0.0.3

### Patch Changes

- Use globalThis instead of global in Worker

## 0.0.2

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/ted/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@tedengine/ted",
"version": "0.0.2",
"version": "0.0.3",
"main": "./index.js",
"types": "./index.d.ts",
"exports": {
Expand Down

0 comments on commit 6d6e021

Please sign in to comment.