Skip to content

Commit

Permalink
chore: release v0.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
WasiqB committed Dec 10, 2023
1 parent fbcadcd commit 76d1f89
Show file tree
Hide file tree
Showing 2 changed files with 30 additions and 1 deletion.
29 changes: 29 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,29 @@
# Changelog

## 0.3.0 (2023-12-10)


* :bug: fixed common issues found in demo ([#25](https://github.com/BoykaFramework/boyka-cli/issues/25)) ([308c365](https://github.com/BoykaFramework/boyka-cli/commit/308c365203c33ebcae20e821359840cf1bd3d5df))
* :bug: fixed error when installing from npm ([#36](https://github.com/BoykaFramework/boyka-cli/issues/36)) ([006173f](https://github.com/BoykaFramework/boyka-cli/commit/006173f4da80293b5fce2665a3e94ba2dfc394b4))
* :bug: fixed last released version ([fbcadcd](https://github.com/BoykaFramework/boyka-cli/commit/fbcadcd0f5ccc1bf68dca88c57683b9532bb7867))
* :bug: updated token ref for publish ([add2c4a](https://github.com/BoykaFramework/boyka-cli/commit/add2c4a69f4fc0c0b33068cc48c3d3227747339e))
* :green_heart: added test and code scan workflows ([#18](https://github.com/BoykaFramework/boyka-cli/issues/18)) ([fa51202](https://github.com/BoykaFramework/boyka-cli/commit/fa51202ceb488f67cbdac4d20c27e01db9714391))
* :green_heart: added token to checkout step in publish ([25f7648](https://github.com/BoykaFramework/boyka-cli/commit/25f764820fe910a6d8e3dab5aa2a9a06c6f77e76))
* :sparkles: added basic cli commands ([#2](https://github.com/BoykaFramework/boyka-cli/issues/2)) ([c5fc7b5](https://github.com/BoykaFramework/boyka-cli/commit/c5fc7b5beabe10a18a8bae5a193bff0e166e9dd8))
* :sparkles: added dependabot config ([#17](https://github.com/BoykaFramework/boyka-cli/issues/17)) ([3d22d24](https://github.com/BoykaFramework/boyka-cli/commit/3d22d24453f56a1d04aee495e602e81c568277e8))
* :sparkles: added eslint and prettier support ([#15](https://github.com/BoykaFramework/boyka-cli/issues/15)) ([f444b78](https://github.com/BoykaFramework/boyka-cli/commit/f444b78ce9c2a5903f369851d9522af1e0731c4e))
* :sparkles: added publish workflow ([#32](https://github.com/BoykaFramework/boyka-cli/issues/32)) ([7994701](https://github.com/BoykaFramework/boyka-cli/commit/7994701937521d526fcba87d994b8263127ba40d))
* :sparkles: create boyka config from init ([#21](https://github.com/BoykaFramework/boyka-cli/issues/21)) ([f5f78a6](https://github.com/BoykaFramework/boyka-cli/commit/f5f78a6460cf5effe5410d40240366c65709f3e9))
* :sparkles: updated publish config in package file ([2632f9d](https://github.com/BoykaFramework/boyka-cli/commit/2632f9d3d92bd4b4aa22f08e6211a55dd0d199cb))
* :wrench: configure node token ([9ec5587](https://github.com/BoykaFramework/boyka-cli/commit/9ec5587af9ad8693464b0d275c16de04e0af7ed1))
* :wrench: updated package name ([c999a71](https://github.com/BoykaFramework/boyka-cli/commit/c999a7160b377604465473f3ec45433b2b934dc7))
* :wrench: updated release script command ([6748735](https://github.com/BoykaFramework/boyka-cli/commit/674873537a5b80f45b2ccacec37b3da15d1f9149))
* :wrench: updated release workflow trigger ([93528ad](https://github.com/BoykaFramework/boyka-cli/commit/93528adb8be929e34fd20f5071e35f8fbf735ae6))
* πŸ› updated node token config command ([#34](https://github.com/BoykaFramework/boyka-cli/issues/34)) ([38e5940](https://github.com/BoykaFramework/boyka-cli/commit/38e59409bad958cecd400b1a2aaf3c32c76d94d1))


### deps-dev

* **deps-dev:** bump the dev-dependencies group with 2 updates ([#19](https://github.com/BoykaFramework/boyka-cli/issues/19)) ([c0c5523](https://github.com/BoykaFramework/boyka-cli/commit/c0c55239932a369d2ee40e41a580ae1e6137b11d))
* **deps-dev:** bump the dev-dependencies group with 6 updates ([#31](https://github.com/BoykaFramework/boyka-cli/issues/31)) ([d927c90](https://github.com/BoykaFramework/boyka-cli/commit/d927c904cbc3b26a1261dc09341fdb725ae242d7))
* **deps-dev:** bump the dev-dependencies group with 7 updates ([#30](https://github.com/BoykaFramework/boyka-cli/issues/30)) ([c6a1d45](https://github.com/BoykaFramework/boyka-cli/commit/c6a1d457abf0a7742b09c19ce775964165acf643))
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.2.0",
"version": "0.3.0",
"description": "πŸ§‘πŸ»β€πŸ’» Command line tool for Boyka framework",
"main": "./dist/index.js",
"bin": {
Expand Down

0 comments on commit 76d1f89

Please sign in to comment.