Skip to content

Commit b3cbf17

Browse files
author
Dane Springmeyer
committedApr 15, 2014
v2.2.3
1 parent 1580b78 commit b3cbf17

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed
 

‎CHANGELOG.md

+4
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,9 @@
11
# Changlog
22

3+
## 2.2.3
4+
5+
- Fixed regression in v2.2.2 for installing from binaries on windows.
6+
37
## 2.2.2
48

59
- Fixed packaging problem whereby a `config.gypi` was unintentially packaged and could cause breakages for OS X builds.

‎package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "sqlite3",
33
"description": "Asynchronous, non-blocking SQLite3 bindings",
4-
"version": "2.2.2",
4+
"version": "2.2.3",
55
"homepage": "http://github.com/mapbox/node-sqlite3",
66
"author": {
77
"name": "MapBox",

1 commit comments

Comments
 (1)

springmeyer commented on Apr 15, 2014

@springmeyer
Contributor

fix came from repackaging node-pre-gyp after mapbox/node-pre-gyp#69

Please sign in to comment.