diff --git a/.changeset/init-banner.md b/.changeset/init-banner.md deleted file mode 100644 index 555c537..0000000 --- a/.changeset/init-banner.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@vlandoss/vland": patch ---- - -Show the vland banner at the start of the `init` command diff --git a/packages/vland/CHANGELOG.md b/packages/vland/CHANGELOG.md index 7fe703e..298147e 100644 --- a/packages/vland/CHANGELOG.md +++ b/packages/vland/CHANGELOG.md @@ -1,5 +1,11 @@ # @vlandoss/vland +## 0.1.1 + +### Patch Changes + +- [#204](https://github.com/variableland/dx/pull/204) [`75e5b1c`](https://github.com/variableland/dx/commit/75e5b1c1834719d46d5c78f8c94a32636e7097a8) Thanks [@rqbazan](https://github.com/rqbazan)! - Show the vland banner at the start of the `init` command + ## 0.1.0 ### Minor Changes diff --git a/packages/vland/package.json b/packages/vland/package.json index 4515ad7..c6cb01f 100644 --- a/packages/vland/package.json +++ b/packages/vland/package.json @@ -1,6 +1,6 @@ { "name": "@vlandoss/vland", - "version": "0.1.0", + "version": "0.1.1", "description": "The CLI to init a new project in Variable Land", "homepage": "https://github.com/variableland/dx/tree/main/packages/vland#readme", "bugs": {