Skip to content

Commit

Permalink
Version 1.2.15.
Browse files Browse the repository at this point in the history
  • Loading branch information
roncli committed Sep 14, 2023
1 parent b7617bb commit a746c5a
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
5 changes: 4 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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"
}
}
```
Expand Down Expand Up @@ -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.

Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -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": {
Expand Down

0 comments on commit a746c5a

Please sign in to comment.