Skip to content
This repository has been archived by the owner on Sep 12, 2021. It is now read-only.

Commit

Permalink
Update notes.ts
Browse files Browse the repository at this point in the history
deps
  • Loading branch information
maximousblk committed Mar 3, 2021
1 parent 3a281f9 commit 6e0d457
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/notes.ts
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
import { parse } from "https://deno.land/std@0.87.0/flags/mod.ts";
import { format } from "https://deno.land/std@0.87.0/datetime/mod.ts";
import { getChangeLog } from "https://deno.land/x/[email protected].1/mod.ts";
import { getNewestTag } from "https://deno.land/x/[email protected].1/src/utils.ts";
import { parse } from "https://deno.land/std@0.89.0/flags/mod.ts";
import { format } from "https://deno.land/std@0.89.0/datetime/mod.ts";
import { getChangeLog } from "https://deno.land/x/[email protected].2/mod.ts";
import { getNewestTag } from "https://deno.land/x/[email protected].2/src/utils.ts";

const args = parse(Deno.args);

Expand Down

1 comment on commit 6e0d457

@vercel
Copy link

@vercel vercel bot commented on 6e0d457 Mar 3, 2021

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.