Skip to content

Commit

Permalink
Bump version to 2.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
lqmanh committed Jul 19, 2020
1 parent 189f54b commit d13ef73
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 6 deletions.
11 changes: 6 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,13 +17,13 @@ Minimalistic web crawler for Node.js
- With npm:

```sh
npm i @albert-team/spiderman
$ npm i @albert-team/spiderman
```

- With yarn:

```sh
yarn add @albert-team/spiderman
$ yarn add @albert-team/spiderman
```

## USAGE
Expand All @@ -38,10 +38,11 @@ See [here](https://github.com/albert-team/spiderman/blob/master/examples).

Read more [here](https://albert-team.github.io/spiderman).

## Changelog
## Changelogs

Read more [here](https://github.com/albert-team/spiderman/blob/master/CHANGELOG.md).
For the latest major version, read more [here](https://github.com/albert-team/spiderman/blob/master/changelogs/v2.md).
For older versions, read more [here](https://github.com/albert-team/spiderman/tree/master/changelogs).

## Todo
## Todos

Read more [here](https://github.com/albert-team/spiderman/blob/master/TODO.md).
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@albert-team/spiderman",
"description": "Minimalistic web crawler for Node.js",
"version": "1.15.0",
"version": "2.0.0",
"license": "MIT",
"author": "Albert Team",
"repository": "github:albert-team/spiderman",
Expand Down
3 changes: 3 additions & 0 deletions tests/index.test.ts
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
test('A dumb test', () => {
expect(true).toBeTruthy()
})

0 comments on commit d13ef73

Please sign in to comment.