Skip to content

Commit a078c0d

Browse files
committed
docs: Release updates.
1 parent 18e0c2d commit a078c0d

File tree

2 files changed

+5
-2
lines changed

2 files changed

+5
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ for [Deno](https://deno.land/) inspired by
1111
- File tasks and non-file tasks.
1212
- Drake API functions for defining, registering and running tasks.
1313

14-
**Status**: Tested with Deno 1.2.0 running on Ubuntu 20.04, Windows 10. See
14+
**Status**: Tested with Deno 1.2.2 running on Ubuntu 20.04, Windows 10. See
1515
[releases](https://github.com/srackham/drake/blob/master/releases.md).
1616

1717

@@ -25,7 +25,7 @@ A drakefile is a TypeScript module that:
2525
Example drakefile:
2626

2727
``` typescript
28-
import { desc, run, task } from "https://deno.land/x/drake@v1.2.5/mod.ts";
28+
import { desc, run, task } from "https://deno.land/x/drake@v1.2.6/mod.ts";
2929

3030
desc("Minimal Drake task");
3131
task("hello", [], function() {

releases.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,8 @@
11
# Drake releases
22

3+
## 1.2.6 / 2020-08-03
4+
- Upgraded to Deno version 1.2.2,`std/0.63.0`.
5+
36
## 1.2.5 / 2020-07-14
47
- Upgraded to Deno version 1.2.0,`std/0.61.0`.
58

0 commit comments

Comments
 (0)