Skip to content

Commit 0ea4c36

Browse files
committed
version 3.0.0
1 parent 926609b commit 0ea4c36

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

History.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# Unreleased
1+
# 3.0.0
22
* Improve package scripts.
33
* Regenerate documentation using updated doc generation packages.
44
* Mocha `--exit` flag required for tests due to `superagent-load-balancer` using `interval`s that cannot be terminated.

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "influxdb-nodejs",
33
"description": "node.js influxdb client",
4-
"version": "2.11.0",
4+
"version": "3.0.0",
55
"author": "Tree Xie <vicansocanbico@gmail.com>",
66
"keywords": [
77
"influx",
@@ -21,7 +21,7 @@
2121
"url": "https://github.com/vicanso/influxdb-nodejs.git"
2222
},
2323
"engines": {
24-
"node": ">=4.0.0"
24+
"node": ">=8.0.0"
2525
},
2626
"dependencies": {
2727
"debug": "^4.1.1",

0 commit comments

Comments
 (0)