We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a686ded commit 3c860dcCopy full SHA for 3c860dc
CHANGELOG.md
@@ -1,5 +1,6 @@
1
## v3.14.0 - [March 1, 2023](https://github.com/lando/core/releases/tag/3.14.0)
2
3
+* Added new and improved URL `scanner` provides real time feedback on service status. [READ MORE](https://docs.lando.dev/core/v3/scanner.html)
4
* Improved `scanner` reliability by preferring IPv4 [#21](https://github.com/lando/core/issues/21)
5
6
## v3.11.0 - [February 26, 2023](https://github.com/lando/core/releases/tag/3.11.0)
package.json
@@ -1,7 +1,7 @@
{
"name": "@lando/core",
"description": "The libraries that power all of Lando.",
- "version": "3.13.0",
+ "version": "3.14.0",
"author": "Mike Pirog @pirog",
"license": "GPL-3.0",
7
"repository": "lando/core",
0 commit comments