Skip to content

Commit a01c1b5

Browse files
committed
Release v2.4.6
Signed-off-by: Mark Irish <[email protected]>
1 parent 98d238e commit a01c1b5

File tree

3 files changed

+7
-3
lines changed

3 files changed

+7
-3
lines changed

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,10 @@
11
# Changelog
22
All notable changes to this project will be documented in this file.
33

4+
## [2.4.6] - 2022-09-22
5+
### Fixed
6+
- Fixed TypeScript definition error preventing compilation
7+
48
## [2.4.5] - 2022-09-12
59
### Added
610
- `primaryKeys` instance function on `Connection` to call ODBC SQLPrimaryKeys function

package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "odbc",
33
"description": "unixodbc bindings for node",
4-
"version": "2.4.5",
4+
"version": "2.4.6",
55
"homepage": "http://github.com/markdirish/node-odbc/",
66
"main": "lib/odbc.js",
77
"types": "lib/odbc.d.ts",

0 commit comments

Comments
 (0)