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 a753a71 commit 6157f8cCopy full SHA for 6157f8c
CHANGELOG.md
@@ -1,8 +1,15 @@
1
# Changlog
2
3
+## 2.1.19
4
+
5
+Released October 31st, 2013
6
7
+ - Started respecting `process.env.npm_config_tmp` as location to download binaries
8
+ - Removed uneeded `progress` dependency
9
10
## 2.1.18
11
-Released October 22nd, 2012
12
+Released October 22nd, 2013
13
14
- `node-sqlite3` moved to mapbox github group
15
- Fixed reporting of node-gyp errors
package.json
@@ -1,7 +1,7 @@
{
"name": "sqlite3",
"description": "Asynchronous, non-blocking SQLite3 bindings",
- "version": "2.1.18",
+ "version": "2.1.19",
"abi":"a",
"homepage": "http://github.com/mapbox/node-sqlite3",
"author": {
0 commit comments