diff --git a/README.md b/README.md index 7f5877a..98bd252 100644 --- a/README.md +++ b/README.md @@ -7,7 +7,7 @@ Since this is largely used for personal projects, this is not an npm package. N ```json { "dependencies": { - "@roncli/node-database": "roncli/node-database#v1.2.14" + "@roncli/node-database": "roncli/node-database#v1.2.15" } } ``` @@ -53,6 +53,9 @@ See the [mssql](https://github.com/tediousjs/node-mssql) package for more exampl ## Version history +### v1.2.15 - 9/14/2023 +* Package updates. + ### v1.2.14 - 8/8/2023 * Package updates. diff --git a/package.json b/package.json index 88afc13..bba5168 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "node-database", - "version": "1.2.14", + "version": "1.2.15", "description": "A simple reusable class to query a MS SQL Server database.", "homepage": "https://github.com/roncli/node-database", "bugs": {