Skip to content

Commit d20585a

Browse files
chore(release): 0.4.1 [skip ci]
1 parent ba73ead commit d20585a

File tree

2 files changed

+9
-2
lines changed

2 files changed

+9
-2
lines changed

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,10 @@
1+
## [0.4.1](https://github.com/chingu-x/chingu-dashboard-modules/compare/v0.4.0...v0.4.1) (2025-01-23)
2+
3+
4+
### Bug Fixes
5+
6+
* add barrel export ([859bad2](https://github.com/chingu-x/chingu-dashboard-modules/commit/859bad2c1555a9243201a64014a54018604bb219))
7+
18
# [0.4.0](https://github.com/chingu-x/chingu-dashboard-modules/compare/v0.3.16...v0.4.0) (2025-01-23)
29

310

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@chingu-x/modules",
33
"description": "Module with all of the business logic in Chingu dashboard projects",
4-
"version": "0.4.0",
4+
"version": "0.4.1",
55
"type": "module",
66
"module": "dist/index.js",
77
"types": "dist/index.d.ts",
@@ -84,4 +84,4 @@
8484
"reflect-metadata": "^0.2.2",
8585
"tsyringe": "^4.8.0"
8686
}
87-
}
87+
}

0 commit comments

Comments
 (0)