diff --git a/.changeset/beige-bulldogs-double.md b/.changeset/beige-bulldogs-double.md deleted file mode 100644 index fcd7189..0000000 --- a/.changeset/beige-bulldogs-double.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"create-bsmnt-app": patch ---- - -readme change diff --git a/cli/CHANGELOG.md b/cli/CHANGELOG.md index ae1e347..522484c 100644 --- a/cli/CHANGELOG.md +++ b/cli/CHANGELOG.md @@ -1,5 +1,11 @@ # Changelog +## 1.1.1 + +### Patch Changes + +- [`5b914248f9c80f0417405cc88b338332ee9afa58`](https://github.com/basementstudio/create-bsmnt-app/commit/5b914248f9c80f0417405cc88b338332ee9afa58) Thanks [@ignmandagaran](https://github.com/ignmandagaran)! - readme change + ## 1.1.0 ### Minor Changes diff --git a/cli/package.json b/cli/package.json index ff0eb6c..8eab94d 100644 --- a/cli/package.json +++ b/cli/package.json @@ -1,6 +1,6 @@ { "name": "create-bsmnt-app", - "version": "1.1.0", + "version": "1.1.1", "description": "Create web application with the basement stack", "license": "MIT", "repository": {