diff --git a/CHANGELOG.md b/CHANGELOG.md index 842a9d0..9806ad7 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,22 @@ + +## 0.10.0 (2024-09-11) + +#### :rocket: New Feature +* [#96](https://github.com/BoykaFramework/boyka-cli/pull/96) feat: :sparkles: adding feature to generate sample test ([@WasiqB](https://github.com/WasiqB)) + +#### :bug: Bug Fix +* [#134](https://github.com/BoykaFramework/boyka-cli/pull/134) fix: :bug: fixed failing publish workflow due to lock file ([@WasiqB](https://github.com/WasiqB)) + +#### :house: Internal +* [#131](https://github.com/BoykaFramework/boyka-cli/pull/131) build(deps): bump the patch group with 11 updates ([@dependabot[bot]](https://github.com/apps/dependabot)) +* [#127](https://github.com/BoykaFramework/boyka-cli/pull/127) build(deps-dev): bump the major group with 3 updates ([@dependabot[bot]](https://github.com/apps/dependabot)) +* [#124](https://github.com/BoykaFramework/boyka-cli/pull/124) build(deps-dev): bump @types/node from 20.14.11 to 22.0.0 in the major group ([@dependabot[bot]](https://github.com/apps/dependabot)) +* [#122](https://github.com/BoykaFramework/boyka-cli/pull/122) build(deps): bump liquidjs from 10.15.0 to 10.16.0 in the minor group ([@dependabot[bot]](https://github.com/apps/dependabot)) +* [#123](https://github.com/BoykaFramework/boyka-cli/pull/123) build(deps): bump the patch group with 3 updates ([@dependabot[bot]](https://github.com/apps/dependabot)) + +#### Committers: 1 +- Wasiq Bhamla ([@WasiqB](https://github.com/WasiqB)) + ## 0.9.0 (2024-07-21) #### :bug: Bug Fix diff --git a/package.json b/package.json index 6220cae..5acbcfd 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@boykaframework/boyka-cli", - "version": "0.9.0", + "version": "0.10.0", "description": "🧑🏻‍💻 Command line assistant for Boyka Framework", "main": "./dist/index.js", "type": "module",