Skip to content

Commit

Permalink
[2.3.4] Bump version
Browse files Browse the repository at this point in the history
Bump version to 2.3.4
Update CHANGELOG
Regenerate package-lock.json

Signed-off-by: Mark Irish <[email protected]>
  • Loading branch information
markdirish committed Aug 10, 2020
1 parent 0ff0606 commit edfc30c
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 5 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.3.4] - 2020-08-09
### Fixed
- Fixed bug when UNICODE is defined where statement in result object and column name properties wouldn't encode correctly
- Update package-lock.json with vulnerability fixes

## [2.3.3] - 2020-07-31
### Fixed
- Fixed bug when UNICODE is defined where error message, error state, and column names wouldn't encode correctly
Expand Down
8 changes: 4 additions & 4 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.3.3",
"version": "2.3.4",
"homepage": "http://github.com/markdirish/node-odbc/",
"main": "lib/odbc.js",
"types": "lib/odbc.d.ts",
Expand Down

0 comments on commit edfc30c

Please sign in to comment.