Skip to content

Commit

Permalink
Release v2.4.6
Browse files Browse the repository at this point in the history
Signed-off-by: Mark Irish <[email protected]>
  • Loading branch information
markdirish committed Sep 22, 2022
1 parent 98d238e commit a01c1b5
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 3 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,10 @@
# Changelog
All notable changes to this project will be documented in this file.

## [2.4.6] - 2022-09-22
### Fixed
- Fixed TypeScript definition error preventing compilation

## [2.4.5] - 2022-09-12
### Added
- `primaryKeys` instance function on `Connection` to call ODBC SQLPrimaryKeys function
Expand Down
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "odbc",
"description": "unixodbc bindings for node",
"version": "2.4.5",
"version": "2.4.6",
"homepage": "http://github.com/markdirish/node-odbc/",
"main": "lib/odbc.js",
"types": "lib/odbc.d.ts",
Expand Down

0 comments on commit a01c1b5

Please sign in to comment.