Skip to content

Commit 192f4db

Browse files
committed
chore: bump to 0.1.13
1 parent 1fedd53 commit 192f4db

File tree

6 files changed

+19
-19
lines changed

6 files changed

+19
-19
lines changed

.bmp.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
version: 0.1.12
1+
version: 0.1.13
22
commit: 'chore: bump to %.%.%'
33
files:
44
README.md:

README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
<img src="https://raw.githubusercontent.com/kt3k/packup/main/docs/logo-v2.svg" width="400" />
22

3-
# packup v0.1.12
3+
# packup v0.1.13
44

55
[![ci](https://github.com/kt3k/packup/actions/workflows/ci.yml/badge.svg)](https://github.com/kt3k/packup/actions/workflows/ci.yml)
66

@@ -18,7 +18,7 @@
1818
Install via deno.land/x:
1919

2020
```shell
21-
deno run -A https://deno.land/x/packup@v0.1.12/install.ts
21+
deno run -A https://deno.land/x/packup@v0.1.13/install.ts
2222
```
2323

2424
Write HTML and JavaScript:
@@ -94,8 +94,8 @@ If you want to use packup without installing globally, you can use the following
9494
command.
9595

9696
```
97-
deno run --allow-env --allow-read --allow-write --allow-net=deno.land https://deno.land/x/packup@v0.1.12/ensure_esbuild_wasm.ts
98-
deno run -A https://deno.land/x/packup@v0.1.12/cli.ts <your parameters>
97+
deno run --allow-env --allow-read --allow-write --allow-net=deno.land https://deno.land/x/packup@v0.1.13/ensure_esbuild_wasm.ts
98+
deno run -A https://deno.land/x/packup@v0.1.13/cli.ts <your parameters>
9999
```
100100

101101
The first command ensures the esbuild wasm installed on your machine. The second

deps.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,4 +24,4 @@ export { opn } from "https://raw.githubusercontent.com/hashrock/deno-opn/b358e4c
2424
export { serve as serveIterable } from "https://deno.land/x/iterable_file_server@v0.1.7/mod.ts";
2525

2626
export const NAME = "packup";
27-
export const VERSION = "v0.1.12";
27+
export const VERSION = "v0.1.13";

docs/_includes/layout.njk

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ menu:
2828
</a>
2929

3030
<p class="mt-2 text-gray-800">
31-
<a href="https://deno.land/x/packup@v0.1.12" class="hover:underline" target="_blank">Latest version <strong>v0.1.12</strong></a>
31+
<a href="https://deno.land/x/packup@v0.1.13" class="hover:underline" target="_blank">Latest version <strong>v0.1.13</strong></a>
3232
</p>
3333

3434
<ul class="mt-6 text-gray-800">

docs/deploy.js

Lines changed: 10 additions & 10 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

docs/getting-started/getting-started.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,14 +14,14 @@ You need [Deno](https://deno.land/) (>=1.10.3) installed.
1414
You can install `packup` with the following command.
1515

1616
```sh
17-
deno run -A https://deno.land/x/packup@v0.1.12/install.ts
17+
deno run -A https://deno.land/x/packup@v0.1.13/install.ts
1818
```
1919

2020
Then you'll have `packup` installed.
2121

2222
```sh
2323
$ packup -v
24-
packup v0.1.12
24+
packup v0.1.13
2525
```
2626

2727
## Basic Usage

0 commit comments

Comments
 (0)