Skip to content

Commit f15d355

Browse files
authored
Version 1.2.13.
1 parent 1436cbc commit f15d355

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.12"
10+
"@roncli/node-database": "roncli/node-database#v1.2.13"
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.13 - 5/17/2023
57+
* Package updates.
58+
5659
### v1.2.12 - 10/1/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.12",
3+
"version": "1.2.13",
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)