Skip to content

Commit 663535c

Browse files
committed
chore: release v0.5.0
1 parent 157194b commit 663535c

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.5.0](https://github.com/BoykaFramework/boyka-cli/compare/0.4.0...0.5.0) (2024-01-25)
4+
5+
6+
### deps-dev
7+
8+
* **deps-dev:** bump the minor group with 2 updates ([#51](https://github.com/BoykaFramework/boyka-cli/issues/51)) ([3052a24](https://github.com/BoykaFramework/boyka-cli/commit/3052a24e77f822c119d43d556a9cdbd913c17e15))
9+
* **deps-dev:** bump the minor group with 2 updates ([#53](https://github.com/BoykaFramework/boyka-cli/issues/53)) ([b1b3460](https://github.com/BoykaFramework/boyka-cli/commit/b1b346019ebe4bee05ceff8d07a9356809523a59))
10+
* **deps-dev:** bump the minor group with 2 updates ([#54](https://github.com/BoykaFramework/boyka-cli/issues/54)) ([157194b](https://github.com/BoykaFramework/boyka-cli/commit/157194b8e7c1792cf93a8824a0e6a34c8178cbe1))
11+
* **deps-dev:** bump the patch group with 1 update ([#52](https://github.com/BoykaFramework/boyka-cli/issues/52)) ([5889261](https://github.com/BoykaFramework/boyka-cli/commit/588926141f9e67ae2750a01bfd9ecb966190a516))
12+
* **deps-dev:** bump the patch group with 4 updates ([#55](https://github.com/BoykaFramework/boyka-cli/issues/55)) ([6a5d50d](https://github.com/BoykaFramework/boyka-cli/commit/6a5d50d3aabe8289cbd483024d4dc71527e52a87))
13+
14+
15+
* :bug: fixed error while publishing new release ([#49](https://github.com/BoykaFramework/boyka-cli/issues/49)) ([d171290](https://github.com/BoykaFramework/boyka-cli/commit/d1712903b60ad0eac67f06ef505191ccea2674eb))
16+
* :sparkles: converting cjs to module in ts ([#40](https://github.com/BoykaFramework/boyka-cli/issues/40)) ([bf88b0e](https://github.com/BoykaFramework/boyka-cli/commit/bf88b0e1b95918e468023c8ad27cb5ee47f0f5d5))
17+
318
## [0.4.0](https://github.com/BoykaFramework/boyka-cli/compare/0.3.0...0.4.0) (2024-01-04)
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.4.0",
3+
"version": "0.5.0",
44
"description": "πŸ§‘πŸ»β€πŸ’» Command line tool for Boyka framework",
55
"main": "./dist/index.js",
66
"type": "module",

0 commit comments

Comments
Β (0)