Skip to content

Commit

Permalink
0.11.0 (#148)
Browse files Browse the repository at this point in the history
  • Loading branch information
marvinhagemeister authored Oct 14, 2024
1 parent 6ed22bf commit 3c3a1d4
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ import * as esbuild from "npm:[email protected]";
// permitted, such as Deno Deploy, or when running without `--allow-run`.
// import * as esbuild from "https://deno.land/x/[email protected]/wasm.js";

import { denoPlugins } from "jsr:@luca/esbuild-deno-loader@^0.10.3";
import { denoPlugins } from "jsr:@luca/esbuild-deno-loader@^0.11.0";

const result = await esbuild.build({
plugins: [...denoPlugins()],
Expand Down
2 changes: 1 addition & 1 deletion deno.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@luca/esbuild-deno-loader",
"version": "0.10.3",
"version": "0.11.0",
"exports": {
".": "./mod.ts",
"./esbuild_types": "./src/esbuild_types.ts"
Expand Down

0 comments on commit 3c3a1d4

Please sign in to comment.