File tree Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 30
30
- name : Install Deno
31
31
uses : denolib/setup-deno@master
32
32
with :
33
- deno-version : 0.36 .0
33
+ deno-version : 0.38 .0
34
34
35
35
- name : Start MongoDB (MacOs)
36
36
if : matrix.kind == 'test' && startsWith(matrix.os, 'mac')
Original file line number Diff line number Diff line change 6
6
[ ![ Build Status] ( https://github.com/manyuanrong/deno_mongo/workflows/ci/badge.svg?branch=master )] ( https://github.com/manyuanrong/deno_mongo/actions )
7
7
[ ![ license] ( https://img.shields.io/github/license/manyuanrong/deno_mongo.svg )] ( https://github.com/manyuanrong/deno_mongo )
8
8
[ ![ downloads] ( https://img.shields.io/github/downloads/manyuanrong/deno_mongo/total )] ( https://github.com/manyuanrong/deno_mongo )
9
- [ ![ tag] ( https://img.shields.io/badge/deno-v0.36 .0-green.svg )] ( https://github.com/denoland/deno )
9
+ [ ![ tag] ( https://img.shields.io/badge/deno-v0.38 .0-green.svg )] ( https://github.com/denoland/deno )
10
10
11
11
## Links
12
12
17
17
## Examples
18
18
19
19
``` ts
20
- import { init , MongoClient } from " https://deno.land/x/mongo@v0.4 .0/mod.ts" ;
20
+ import { init , MongoClient } from " https://deno.land/x/mongo@v0.5 .0/mod.ts" ;
21
21
22
22
// Initialize the plugin
23
23
await init ();
Original file line number Diff line number Diff line change @@ -4,5 +4,5 @@ export * from "./ts/database.ts";
4
4
export * from "./ts/result.ts" ;
5
5
export { ObjectId } from "./ts/types.ts" ;
6
6
export * from "./ts/util.ts" ;
7
- export const VERSION = "v0.4 .0" ;
7
+ export const VERSION = "v0.5 .0" ;
8
8
export const RELEASE_URL = `https://github.com/manyuanrong/deno_mongo/releases/download/${ VERSION } ` ;
You can’t perform that action at this time.
0 commit comments