Skip to content

Commit 1a19419

Browse files
author
Scott Hardy
committed
changelog and updat std@0.85.0
1 parent af0a0dc commit 1a19419

3 files changed

Lines changed: 6 additions & 2 deletions

File tree

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,10 @@ and this project adheres to
1212

1313
- missing copyright statement
1414
- basic benchmark tests
15+
- update deno@1.7.1, std@0.85.0
16+
- change builds to use v1.x
17+
- removed deno install from build script
18+
- deno fmt with new rules
1519

1620
## [v1.2.0] - 2021-01-22
1721

examples/deno/deps.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,4 +10,4 @@ export {
1010
toSerializable,
1111
TransformKey,
1212
} from "https://deno.land/x/ts_serialize/mod.ts";
13-
export { readJson } from "https://deno.land/std@0.84.0/fs/mod.ts";
13+
export { readJson } from "https://deno.land/std@0.85.0/fs/mod.ts";

test_deps.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,4 +7,4 @@ export {
77
assertEquals,
88
assertStrictEquals,
99
fail,
10-
} from "https://deno.land/std@0.84.0/testing/asserts.ts";
10+
} from "https://deno.land/std@0.85.0/testing/asserts.ts";

0 commit comments

Comments
 (0)