Skip to content

Commit

Permalink
chore: release v0.10.0
Browse files Browse the repository at this point in the history
  • Loading branch information
WasiqB committed Sep 11, 2024
1 parent 6df509d commit 4a940d0
Show file tree
Hide file tree
Showing 2 changed files with 20 additions and 1 deletion.
19 changes: 19 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -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",
Expand Down

0 comments on commit 4a940d0

Please sign in to comment.