Skip to content

Commit 73c24b7

Browse files
committed
release: cut the v16.1.13 release
1 parent 2de0e42 commit 73c24b7

File tree

2 files changed

+9
-1
lines changed

2 files changed

+9
-1
lines changed

CHANGELOG.md

+8
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,11 @@
1+
<a name="16.1.13"></a>
2+
# 16.1.13 "modern-cardinal" (2025-03-31)
3+
### Bug Fixes
4+
* **core/reports:** change .toString to String() in table export ([2de0e42](https://github.com/gnucoop/ajf/commit/2de0e421255ad83168b7dae7588157c75c0ade1c))
5+
* **core/reports:** fix object, array or boolean values in table export pdf and doc ([94d45a2](https://github.com/gnucoop/ajf/commit/94d45a239336f2359e83a2851dc35865c152db21))
6+
7+
<!-- CHANGELOG SPLIT MARKER -->
8+
19
<a name="16.1.12"></a>
210
# 16.1.12 "fluffy-turkey" (2025-03-25)
311
### Bug Fixes

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@
3535
"cypress:open": "cypress open",
3636
"cypress:run": "cypress run"
3737
},
38-
"version": "16.1.12",
38+
"version": "16.1.13",
3939
"private": true,
4040
"dependencies": {
4141
"@ajf/icons": "^1.0.0",

0 commit comments

Comments
 (0)