Skip to content

Commit 8cc8fb7

Browse files
committed
Version 1.2.7.
1 parent a5142de commit 8cc8fb7

2 files changed

Lines changed: 5 additions & 2 deletions

File tree

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.4"
10+
"@roncli/node-database": "roncli/node-database#v1.2.7"
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.7 - 2/8/2022
57+
* Package updates.
58+
5659
### v1.2.6 - 11/23/2021
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.6",
3+
"version": "1.2.7",
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)