From 94854cb3a84c816ae1ff801b780a7edba8362965 Mon Sep 17 00:00:00 2001 From: RyanClementsHax Date: Fri, 28 Jun 2024 23:03:48 +0000 Subject: [PATCH] chore: release v0.9.2 --- CHANGELOG.md | 7 +++++++ package-lock.json | 4 ++-- package.json | 2 +- 3 files changed, 10 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index e8876f3..0caceae 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [0.9.2](https://github.com/mantis-apps/mantis-cli/compare/0.9.1...0.9.2) (2024-06-28) + + +### Bug Fixes + +* storybook crashes on pnpm ([ec8ee38](https://github.com/mantis-apps/mantis-cli/commit/ec8ee38c88ad212131ebbfac34dd028453b10879)) + ## [0.9.1](https://github.com/mantis-apps/mantis-cli/compare/0.9.0...0.9.1) (2024-06-21) diff --git a/package-lock.json b/package-lock.json index a96355b..dc0a73b 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "mantis-app", - "version": "0.9.1", + "version": "0.9.2", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "mantis-app", - "version": "0.9.1", + "version": "0.9.2", "license": "SEE LICENSE IN FILE", "dependencies": { "@ptkdev/logger": "^1.8.0", diff --git a/package.json b/package.json index bd28c28..bc32448 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "mantis-app", - "version": "0.9.1", + "version": "0.9.2", "author": "FuturizeWorld", "license": "SEE LICENSE IN FILE", "description": "M.A.N.T.I.S (MongoDB, Analog, Nx, Tailwind CSS, Ionic, Storybook) is not just a CLI tool; it's your passport to a seamless full-stack project launch.",