Skip to content

Commit

Permalink
release v1.4.0
Browse files Browse the repository at this point in the history
  • Loading branch information
manyuanrong committed Nov 10, 2020
1 parent c582e50 commit bf4495c
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 8 deletions.
13 changes: 6 additions & 7 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,20 +2,19 @@ name: ci

on:
push:
branches: master
branches:
- master
pull_request:
branches: master
branches:
- master
schedule:
- cron: '0 0 * * *'

jobs:
build:
name: ${{ matrix.os }}
runs-on: ${{ matrix.os }}
name: ubuntu-latest
runs-on: ubuntu-latest
timeout-minutes: 60
strategy:
matrix:
os: [macOS-latest, windows-2019, ubuntu-latest]

steps:
- name: Checkout
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ Formatting bytes(Uint8Array、Uint16Array、Uint32Array、ArrayBufferView..) out
#### code

```ts
import { format, setColorEnabled } from "https://deno.land/x/bytes_formater@1.1.0/mod.ts";
import { format, setColorEnabled } from "https://deno.land/x/bytes_formater@v1.4.0/mod.ts";

const bytes = new Uint8Array([
10, 53, 46, 54, 46, 51, 52, 0, 71, 241, 0, 59, 77, 99, 52, 49, 65, 107,
Expand Down

0 comments on commit bf4495c

Please sign in to comment.