Skip to content

Commit

Permalink
Merge pull request #518 from share/drop-node-10
Browse files Browse the repository at this point in the history
💥 Drop Node v10 support
  • Loading branch information
alecgibson authored Sep 21, 2021
2 parents 3e636d0 + 724a20d commit 46c4aba
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 2 deletions.
1 change: 0 additions & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,6 @@ jobs:
strategy:
matrix:
node:
- 10
- 12
- 14
- 16
Expand Down
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
## v2.0

### Breaking changes

* Drop Node.js v10 support

## v1.0-beta

### Breaking changes
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "sharedb",
"version": "1.9.2",
"version": "2.0.0",
"description": "JSON OT database backend",
"main": "lib/index.js",
"dependencies": {
Expand Down

0 comments on commit 46c4aba

Please sign in to comment.