Skip to content

Commit de6828d

Browse files
author
John Ouellet
committed
release v0.5.1
1 parent bfb5c36 commit de6828d

File tree

2 files changed

+8
-2
lines changed

2 files changed

+8
-2
lines changed

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
## IN DEVELOPMENT
22

3+
## v0.5.1 - [April 21, 2022](https://github.com/lando/node/releases/tag/v0.5.1)
4+
5+
Lando is **free** and **open source** software that relies on contributions from developers like you! If you like Lando then help us spend more time making, updating and supporting it by [contributing](https://github.com/sponsors/lando).
6+
7+
* Clean up unused dependencies
8+
39
## v0.5.0 - [November 9, 2021](https://github.com/lando/node/releases/tag/v0.5.0)
410

511
Lando is **free** and **open source** software that relies on contributions from developers like you! If you like Lando then help us spend more time making, updating and supporting it by [contributing](https://github.com/sponsors/lando).

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@lando/node",
33
"description": "The Official Node Lando Plugin.",
4-
"version": "0.5.0",
4+
"version": "0.5.1",
55
"author": "John Ouellet @labboy0276",
66
"license": "GPL-3.0",
77
"repository": "lando/node",
@@ -58,4 +58,4 @@
5858
"version-bump-prompt": "^4.2.1",
5959
"vuepress": "^2.0.0-beta.35"
6060
}
61-
}
61+
}

0 commit comments

Comments
 (0)