Skip to content

Commit 29801ef

Browse files
CommandBox Semantic Releaserunner
authored andcommitted
__SEMANTIC RELEASE VERSION UPDATE__
1 parent 003bc55 commit 29801ef

File tree

2 files changed

+10
-3
lines changed

2 files changed

+10
-3
lines changed

CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
# v1.0.1
2+
## 17 Apr 2025 — 18:26:21 UTC
3+
4+
### other
5+
6+
+ __\*:__ feat: Added public getAssetPaths function to retrieve the asset paths ([003bc55](https://github.com/coldbox-modules/vite-helpers/commit/003bc55974f054fb1e0ee8c767fe694e4ea0b620))
7+
8+

box.json

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name":"vite-helpers",
3-
"version":"0.0.0",
3+
"version":"1.0.1",
44
"author":"Eric Peterson <[email protected]>",
55
"location":"forgeboxStorage",
66
"homepage":"https://github.com/coldbox-modules/vite-helpers",
@@ -20,8 +20,7 @@
2020
"shortDescription":"Vite Helpers for ColdBox",
2121
"description":"Helper functions for working with Vite and the coldbox-vite-plugin in your ColdBox apps.",
2222
"type":"modules",
23-
"dependencies":{
24-
},
23+
"dependencies":{},
2524
"devDependencies":{
2625
"testbox":"^5.0.0+1",
2726
"coldbox":"^6.8.0"

0 commit comments

Comments
 (0)