Skip to content

Commit 1d9a4f3

Browse files
CommandBox Semantic Releaserunner
authored andcommitted
__SEMANTIC RELEASE VERSION UPDATE__
1 parent a851fe4 commit 1d9a4f3

File tree

2 files changed

+11
-2
lines changed

2 files changed

+11
-2
lines changed

CHANGELOG.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
# v1.0.1
2+
## 15 May 2024 — 22:46:56 UTC
3+
4+
### other
5+
6+
+ __\*:__ Initial commit
7+
([a851fe4](https://github.com/coldbox-modules/cbsecurity-passkeys/commit/a851fe494bf714035fafa1d16f481ebd8c906279))
8+
9+

box.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name":"cbsecurity-passkeys",
3-
"version":"1.0.0",
3+
"version":"1.0.1",
44
"author":"Eric Peterson <[email protected]>",
55
"location":"forgeboxStorage",
66
"homepage":"https://github.com/coldbox-modules/cbsecurity-passkeys",
@@ -25,7 +25,7 @@
2525
"cfmigrations":"modules/cfmigrations/"
2626
},
2727
"scripts":{
28-
"prePublish": "task run build/downloadExternalDependencies",
28+
"prePublish":"task run build/downloadExternalDependencies",
2929
"format":"cfformat run ModuleConfig.cfc,config/**/*.cfc,handlers/**/*.cfc,models/**/*.cfc,tests/specs/**/*.cfc,tests/resources/app/handlers/**/*.cfc,tests/resources/app/config/**/*.cfc --overwrite",
3030
"format:check":"cfformat check ModuleConfig.cfc,config/**/*.cfc,handlers/**/*.cfc,models/**/*.cfc,tests/specs/**/*.cfc,tests/resources/app/handlers/**/*.cfc,tests/resources/app/config/**/*.cfc --verbose",
3131
"format:watch":"cfformat watch ModuleConfig.cfc,config/**/*.cfc,handlers/**/*.cfc,models/**/*.cfc,tests/specs/**/*.cfc,tests/resources/app/handlers/**/*.cfc,tests/resources/app/config/**/*.cfc",

0 commit comments

Comments
 (0)