Skip to content

Commit

Permalink
Markers for 4.0.0 (#87)
Browse files Browse the repository at this point in the history
* changes to switch to use Node 20, and add lines to help dwhite work around license issue.

* Changed/Added code to handle using the content of a license file or the license file itself

* Changes to setup markings for a 4.0.0 release
  • Loading branch information
dwhite-nuodb authored Dec 16, 2024
1 parent 2d5645e commit 3357ae1
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ nuodb driver supports basic features of the NuoDB Database and NuoDB C++ client.

## Dependencies

Node 16.13.2
Node 20.18.0

## Installation

Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"author": "Dassault Systèmes SE",
"description": "The official NuoDB database driver for Node.js. Provides a high-level SQL API on top of the NuoDB Node.js Addon.",
"license": "BSD-3-Clause",
"version": "3.7.4",
"version": "4.0.0",
"main": "index.js",
"keywords": [
"nuodb",
Expand Down

0 comments on commit 3357ae1

Please sign in to comment.