File tree Expand file tree Collapse file tree 5 files changed +8
-7
lines changed
Expand file tree Collapse file tree 5 files changed +8
-7
lines changed Original file line number Diff line number Diff line change 1- version : 0.2.0
1+ version : 0.2.1
22commit : ' chore: bump to %.%.%'
33files :
44 README.md :
Original file line number Diff line number Diff line change 11<img src =" https://raw.githubusercontent.com/kt3k/packup/main/docs/logo-v2.svg " width =" 400 " />
22
3- # packup v0.2.0
3+ # packup v0.2.1
44
55[ ![ ci] ( https://github.com/kt3k/packup/actions/workflows/ci.yml/badge.svg )] ( https://github.com/kt3k/packup/actions/workflows/ci.yml )
66
1818Install via deno.land/x:
1919
2020``` shell
21- deno install -qAf https://deno.land/x/packup@v0.2.0 /cli.ts
21+ deno install -qAf https://deno.land/x/packup@v0.2.1 /cli.ts
2222```
2323
2424Write HTML and JavaScript:
@@ -106,6 +106,7 @@ details.
106106
107107# History
108108
109+ - 2022-09-22 v0.2.1 Fix path issues on windows. #50
109110- 2022-09-22 v0.2.0 Update esbuild. #49
110111- 2022-09-11 v0.1.14 Add import map support. #47
111112- 2022-07-12 v0.1.13 Add ` <DOCTYPE html> ` to html by default. #44 tag. #39
Original file line number Diff line number Diff line change @@ -26,4 +26,4 @@ export { opn } from "https://raw.githubusercontent.com/hashrock/deno-opn/b358e4c
2626export { serve as serveIterable } from "https://deno.land/x/iterable_file_server@v0.2.0/mod.ts" ;
2727
2828export const NAME = "packup" ;
29- export const VERSION = "v0.2.0 " ;
29+ export const VERSION = "v0.2.1 " ;
Original file line number Diff line number Diff line change 2828 </a >
2929
3030 <p class =" mt-2 text-gray-800" >
31- <a href =" https://deno.land/x/packup@v0.2.0 " class =" hover:underline" target =" _blank" >Latest version <strong >v0.2.0 </strong ></a >
31+ <a href =" https://deno.land/x/packup@v0.2.1 " class =" hover:underline" target =" _blank" >Latest version <strong >v0.2.1 </strong ></a >
3232 </p >
3333
3434 <ul class =" mt-6 text-gray-800" >
Original file line number Diff line number Diff line change @@ -14,14 +14,14 @@ You need [Deno](https://deno.land/) (>=1.10.3) installed.
1414You can install ` packup ` with the following command.
1515
1616``` sh
17- deno run -A https://deno.land/x/packup@v0.2.0 /install.ts
17+ deno run -A https://deno.land/x/packup@v0.2.1 /install.ts
1818```
1919
2020Then you'll have ` packup ` installed.
2121
2222``` sh
2323$ packup -v
24- packup v0.2.0
24+ packup v0.2.1
2525```
2626
2727## Basic Usage
You can’t perform that action at this time.
0 commit comments