We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ccdd65e commit 39cef52Copy full SHA for 39cef52
README.md
@@ -53,6 +53,9 @@ See the [mssql](https://github.com/tediousjs/node-mssql) package for more exampl
53
54
## Version history
55
56
+### v1.2.10 - 5/30/2022
57
+* Package updates.
58
+
59
### v1.2.9 - 5/21/2022
60
* Package updates.
61
package.json
@@ -1,6 +1,6 @@
1
{
2
"name": "node-database",
3
- "version": "1.2.9",
+ "version": "1.2.10",
4
"description": "A simple reusable class to query a MS SQL Server database.",
5
"homepage": "https://github.com/roncli/node-database",
6
"bugs": {
0 commit comments