Skip to content

Commit

Permalink
bump to v1.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
greggman committed Dec 15, 2023
1 parent f83cf44 commit ff07c79
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

8 changes: 4 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
{
"name": "webgpu-utils",
"version": "0.15.0",
"version": "1.0.0",
"description": "webgpu utilities",
"main": "dist/0.x/webgpu-utils.module.js",
"module": "dist/0.x/webgpu-utils.module.js",
"types": "dist/0.x/webgpu-utils.d.ts",
"main": "dist/1.x/webgpu-utils.module.js",
"module": "dist/1.x/webgpu-utils.module.js",
"types": "dist/1.x/webgpu-utils.d.ts",
"type": "module",
"directories": {
"test": "test"
Expand Down

0 comments on commit ff07c79

Please sign in to comment.