Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 3 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,8 @@
## {{ UNRELEASED_VERSION }} - [{{ UNRELEASED_DATE }}]({{ UNRELEASED_LINK }})

* Updated to [@lando/[email protected]](https://github.com/lando/mariadb/releases/tag/v1.8.0)
* Updated to [@lando/[email protected]](https://github.com/lando/postgres/releases/tag/v1.6.0)

## v1.13.0 - [September 17, 2025](https://github.com/lando/drupal/releases/tag/v1.13.0)

* Added default config values to the `.lando.yml` file after init.
Expand Down
20 changes: 9 additions & 11 deletions package-lock.json

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

4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -43,11 +43,11 @@
"test": "npm run lint && npm run test:unit"
},
"dependencies": {
"@lando/mariadb": "^1.7.0",
"@lando/mariadb": "^1.8.0",
"@lando/mssql": "^1.4.3",
"@lando/mysql": "^1.6.0",
"@lando/php": "^1.8.0",
"@lando/postgres": "^1.5.0",
"@lando/postgres": "^1.6.0",
"lodash": "^4.17.21",
"semver": "^7.7.2"
},
Expand Down
Loading