Skip to content

Commit

Permalink
Update to latest database services. (#36)
Browse files Browse the repository at this point in the history
  • Loading branch information
reynoldsalec authored Mar 8, 2024
1 parent f8e7c44 commit 3dccf77
Show file tree
Hide file tree
Showing 3 changed files with 28 additions and 1 deletion.
3 changes: 3 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
## v1.1.0 - [March 8, 2024](https://github.com/lando/postgres/releases/tag/v1.1.0)
* Updated to latest database services.

## v1.1.0 - [March 8, 2024](https://github.com/lando/postgres/releases/tag/v1.1.0)

### Fixes
Expand Down
22 changes: 21 additions & 1 deletion package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 4 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,7 @@
"test": "npm run lint && npm run test:unit"
},
"dependencies": {
"@lando/postgres": "^1.1.0",
"lodash": "^4.17.21"
},
"devDependencies": {
Expand All @@ -59,5 +60,8 @@
},
"bundledDependencies": [
"lodash"
],
"bundleDependencies": [
"lodash"
]
}

0 comments on commit 3dccf77

Please sign in to comment.