Skip to content

Commit

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

## v1.2.1 - [March 6, 2024](https://github.com/lando/lamp/releases/tag/v1.2.1)

### Fixes
Expand Down
26 changes: 13 additions & 13 deletions package-lock.json

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

6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -42,13 +42,13 @@
"test": "npm run lint && npm run test:unit"
},
"dependencies": {
"@lando/mariadb": "^1.0.0",
"@lando/mariadb": "^1.1.0",
"@lando/mongo": "^1.0.0",
"@lando/mssql": "^1.0.0",
"@lando/mysql": "^1.0.0",
"@lando/mysql": "^1.1.0",
"@lando/nginx": "^1.0.0",
"@lando/php": "^1.2.0",
"@lando/postgres": "^1.0.0",
"@lando/postgres": "^1.1.0",
"lodash": "^4.17.21"
},
"devDependencies": {
Expand Down

0 comments on commit 5e10382

Please sign in to comment.