Skip to content

Commit 7b97429

Browse files
committed
Version 1.2.9.
1 parent d303be3 commit 7b97429

File tree

2 files changed

+5
-2
lines changed

2 files changed

+5
-2
lines changed

README.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ Since this is largely used for personal projects, this is not an npm package. N
77
```json
88
{
99
"dependencies": {
10-
"@roncli/node-database": "roncli/node-database#v1.2.8"
10+
"@roncli/node-database": "roncli/node-database#v1.2.9"
1111
}
1212
}
1313
```
@@ -53,6 +53,9 @@ See the [mssql](https://github.com/tediousjs/node-mssql) package for more exampl
5353

5454
## Version history
5555

56+
### v1.2.9 - 5/21/2022
57+
* Package updates.
58+
5659
### v1.2.8 - 5/4/2022
5760
* Package updates.
5861

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "node-database",
3-
"version": "1.2.8",
3+
"version": "1.2.9",
44
"description": "A simple reusable class to query a MS SQL Server database.",
55
"homepage": "https://github.com/roncli/node-database",
66
"bugs": {

0 commit comments

Comments
 (0)