Skip to content

Commit 2bc9a9d

Browse files
committed
0.11.1
1 parent 68136d5 commit 2bc9a9d

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ import * as esbuild from "npm:[email protected]";
1919
// permitted, such as Deno Deploy, or when running without `--allow-run`.
2020
// import * as esbuild from "https://deno.land/x/[email protected]/wasm.js";
2121

22-
import { denoPlugins } from "jsr:@luca/esbuild-deno-loader@^0.11.0";
22+
import { denoPlugins } from "jsr:@luca/esbuild-deno-loader@^0.11.1";
2323

2424
const result = await esbuild.build({
2525
plugins: [...denoPlugins()],

deno.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@luca/esbuild-deno-loader",
3-
"version": "0.11.0",
3+
"version": "0.11.1",
44
"exports": {
55
".": "./mod.ts",
66
"./esbuild_types": "./src/esbuild_types.ts"

0 commit comments

Comments
 (0)