Skip to content

Commit 8a6a903

Browse files
committed
chore: release v0.4.0
1 parent ffb521b commit 8a6a903

File tree

2 files changed

+16
-1
lines changed

2 files changed

+16
-1
lines changed

β€ŽCHANGELOG.mdβ€Ž

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,20 @@
11
# Changelog
22

3+
## [0.4.0](https://github.com/BoykaFramework/boyka-cli/compare/0.3.0...0.4.0) (2024-01-04)
4+
5+
6+
* :lipstick: added message output highlighting ([#41](https://github.com/BoykaFramework/boyka-cli/issues/41)) ([ffb521b](https://github.com/BoykaFramework/boyka-cli/commit/ffb521ba464e3ab668f3d360c4627cc7393bc13e))
7+
8+
9+
### deps-dev
10+
11+
* **deps-dev:** bump the minor group with 2 updates ([#43](https://github.com/BoykaFramework/boyka-cli/issues/43)) ([2e5d45f](https://github.com/BoykaFramework/boyka-cli/commit/2e5d45f4648a9b2ef4ebc27a0f88210484f26ea3))
12+
* **deps-dev:** bump the minor group with 2 updates ([#46](https://github.com/BoykaFramework/boyka-cli/issues/46)) ([9da4d32](https://github.com/BoykaFramework/boyka-cli/commit/9da4d32b44695c74b376d2f56d5ad16d9daaf1d0))
13+
* **deps-dev:** bump the minor group with 3 updates ([#38](https://github.com/BoykaFramework/boyka-cli/issues/38)) ([2864dcb](https://github.com/BoykaFramework/boyka-cli/commit/2864dcb533dc3a1f24588d56298fe981b23c7806))
14+
* **deps-dev:** bump the minor group with 3 updates ([#42](https://github.com/BoykaFramework/boyka-cli/issues/42)) ([632e4f1](https://github.com/BoykaFramework/boyka-cli/commit/632e4f15927c078515520c90c2db038f93876a9f))
15+
* **deps-dev:** bump the patch group with 1 update ([#44](https://github.com/BoykaFramework/boyka-cli/issues/44)) ([1c467c8](https://github.com/BoykaFramework/boyka-cli/commit/1c467c8d7eae6839b1dd66ce3a794fda93236aed))
16+
* **deps-dev:** bump the patch group with 4 updates ([#39](https://github.com/BoykaFramework/boyka-cli/issues/39)) ([f204435](https://github.com/BoykaFramework/boyka-cli/commit/f204435ad415cb6d0ec152c067678242eed088c7))
17+
318
## 0.3.0 (2023-12-10)
419

520

β€Žpackage.jsonβ€Ž

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@boykaframework/boyka-cli",
3-
"version": "0.3.0",
3+
"version": "0.4.0",
44
"description": "πŸ§‘πŸ»β€πŸ’» Command line tool for Boyka framework",
55
"main": "./dist/index.js",
66
"bin": {

0 commit comments

Comments
Β (0)