Skip to content

Commit fbd6f5a

Browse files
committed
version fixes
1 parent 71de552 commit fbd6f5a

File tree

3 files changed

+10
-2
lines changed

3 files changed

+10
-2
lines changed

.github/workflows/pr.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ on:
1212

1313
jobs:
1414
tests:
15-
uses: coldbox-modules/cbmailservices/.github/workflows/tests.yml@development
15+
uses: ./.github/workflows/tests.yml
1616

1717
# Format PR
1818
format:

box.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name":"ColdBox Mail Services",
3-
"version":"2.6.0",
3+
"version":"2.5.1",
44
"location":"https://downloads.ortussolutions.com/ortussolutions/coldbox-modules/cbmailservices/@build.version@/[email protected]@.zip",
55
"author":"Ortus Solutions.com <[email protected]",
66
"slug":"cbmailservices",

changelog.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,14 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
77

88
----
99

10+
## [v2.5.1] => 2022-NOV-1
11+
12+
### Fixed
13+
14+
* Fixing asset version
15+
16+
----
17+
1018
## [v2.5.0] => 2022-OCT-19
1119

1220
### Modified

0 commit comments

Comments
 (0)