Skip to content

Commit

Permalink
2.4.7 (#312)
Browse files Browse the repository at this point in the history
* Bump to 2.4.7
* Update changelog

Signed-off-by: Mark Irish <mirish@ibm.com>
  • Loading branch information
markdirish authored Jan 27, 2023
1 parent 4f4f57c commit 7a97292
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 3 deletions.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,11 @@
# Changelog
All notable changes to this project will be documented in this file.

## [2.4.7] - 2023-01-26
### Fixed
- Fixed static cursor declaration causeing performance degredatio
- Fixed a memory leak with certain long binary and character types

## [2.4.6] - 2022-09-22
### Fixed
- Fixed TypeScript definition error preventing compilation
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.6",
"version": "2.4.7",
"homepage": "http://github.com/markdirish/node-odbc/",
"main": "lib/odbc.js",
"types": "lib/odbc.d.ts",
Expand Down

0 comments on commit 7a97292

Please sign in to comment.