We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 926609b commit 0ea4c36Copy full SHA for 0ea4c36
History.md
@@ -1,4 +1,4 @@
1
-# Unreleased
+# 3.0.0
2
* Improve package scripts.
3
* Regenerate documentation using updated doc generation packages.
4
* Mocha `--exit` flag required for tests due to `superagent-load-balancer` using `interval`s that cannot be terminated.
package.json
@@ -1,7 +1,7 @@
{
"name": "influxdb-nodejs",
"description": "node.js influxdb client",
- "version": "2.11.0",
+ "version": "3.0.0",
5
"author": "Tree Xie <vicansocanbico@gmail.com>",
6
"keywords": [
7
"influx",
@@ -21,7 +21,7 @@
21
"url": "https://github.com/vicanso/influxdb-nodejs.git"
22
},
23
"engines": {
24
- "node": ">=4.0.0"
+ "node": ">=8.0.0"
25
26
"dependencies": {
27
"debug": "^4.1.1",
0 commit comments