We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1580b78 commit b3cbf17Copy full SHA for b3cbf17
CHANGELOG.md
@@ -1,5 +1,9 @@
1
# Changlog
2
3
+## 2.2.3
4
+
5
+ - Fixed regression in v2.2.2 for installing from binaries on windows.
6
7
## 2.2.2
8
9
- Fixed packaging problem whereby a `config.gypi` was unintentially packaged and could cause breakages for OS X builds.
package.json
@@ -1,7 +1,7 @@
{
"name": "sqlite3",
"description": "Asynchronous, non-blocking SQLite3 bindings",
- "version": "2.2.2",
+ "version": "2.2.3",
"homepage": "http://github.com/mapbox/node-sqlite3",
"author": {
"name": "MapBox",
fix came from repackaging node-pre-gyp after mapbox/node-pre-gyp#69
1 commit comments
springmeyer commentedon Apr 15, 2014
fix came from repackaging node-pre-gyp after mapbox/node-pre-gyp#69