Skip to content

Commit 4205451

Browse files
chore: upgraded from v3.2.0 -> v3.2.1
1 parent c878815 commit 4205451

File tree

2 files changed

+27
-3
lines changed

2 files changed

+27
-3
lines changed

HISTORY.md

Lines changed: 26 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,32 @@
11
# Changelog
22

3-
# [unreleased]
3+
# [3.2.1](https://github.com/tj-actions/auto-doc/compare/v3.2.0...v3.2.1) - (2023-11-15)
4+
5+
## <!-- 1 -->🐛 Bug Fixes
6+
7+
- Properly escape default values ([#523](https://github.com/tj-actions/auto-doc/issues/523)) ([c878815](https://github.com/tj-actions/auto-doc/commit/c8788154f9f0488500005213bc9b4efd64d815ba)) - (Tonye Jack)
48

59
## <!-- 26 -->🔄 Update
610

711
- Updated README.
8-
([3381572](https://github.com/tj-actions/auto-doc/commit/3381572e3a668c264d58cba3e6e0c7cb80f9492a)) - (github-actions[bot])
12+
([b3db267](https://github.com/tj-actions/auto-doc/commit/b3db267a6197925680627a6b873208b605212f77)) - (github-actions[bot])
13+
- Update action.yml ([9e297d2](https://github.com/tj-actions/auto-doc/commit/9e297d2578b3dc5524a3a50c35eae6281dbe3818)) - (Tonye Jack)
14+
- Updated README.
15+
([487992d](https://github.com/tj-actions/auto-doc/commit/487992dc828bb147c6362e953bf3d031b3fe3546)) - (github-actions[bot])
16+
- Updated README.
17+
([8b58758](https://github.com/tj-actions/auto-doc/commit/8b58758c09af91a0b70e94e56a24c28255e61122)) - (github-actions[bot])
18+
- Updated README.
19+
([51a78da](https://github.com/tj-actions/auto-doc/commit/51a78da80a2a0b2e20ca7caceb53e861e6df9beb)) - (github-actions[bot])
20+
21+
## <!-- 30 -->📝 Other
22+
23+
- PR [#522](https://github.com/tj-actions/auto-doc/pull/522): update test ([a2f6a05](https://github.com/tj-actions/auto-doc/commit/a2f6a052e3aca31eb9d4ab06498c85ada8d26664)) - (repo-ranger[bot])
24+
- Merge branch 'main' into chore/update-test ([48ee04f](https://github.com/tj-actions/auto-doc/commit/48ee04f3eabb2c82e6f0835e80feb53f5cf8848c)) - (repo-ranger[bot])
25+
- PR [#521](https://github.com/tj-actions/auto-doc/pull/521): to v3.2.0 ([b003727](https://github.com/tj-actions/auto-doc/commit/b00372773346fe5f062bd0f14f8bd475abf6cb69)) - (repo-ranger[bot])
26+
27+
## <!-- 7 -->⚙️ Miscellaneous Tasks
28+
29+
- Update test ([3d78f99](https://github.com/tj-actions/auto-doc/commit/3d78f99ce66007362cbdb691ddd3c6690c592f38)) - (Tonye Jack)
930

1031
# [3.2.0](https://github.com/tj-actions/auto-doc/compare/v3.1.0...v3.2.0) - (2023-11-15)
1132

@@ -24,6 +45,8 @@
2445

2546
## <!-- 26 -->🔄 Update
2647

48+
- Updated README.
49+
([3381572](https://github.com/tj-actions/auto-doc/commit/3381572e3a668c264d58cba3e6e0c7cb80f9492a)) - (github-actions[bot])
2750
- Updated README.
2851
([69ed344](https://github.com/tj-actions/auto-doc/commit/69ed344e9e469ee5a2ace6057cf2bb71828a41e2)) - (github-actions[bot])
2952
- Update test.yml ([998e442](https://github.com/tj-actions/auto-doc/commit/998e4429690dd85ccea19464339e2356e9ada758)) - (Tonye Jack)
@@ -36,6 +59,7 @@
3659

3760
## <!-- 7 -->⚙️ Miscellaneous Tasks
3861

62+
- Upgraded from v3.1.1 -> v3.2.0 ([aa5b801](https://github.com/tj-actions/auto-doc/commit/aa5b8018e695b00b342eed5611a78c2a3f47f4c9)) - (github-actions[bot])
3963
- Updated coverage badge. ([e2aaa74](https://github.com/tj-actions/auto-doc/commit/e2aaa749f3ae2712a5000bed14a78a27fd15e82a)) - (GitHub Action)
4064

4165
## <!-- 9 -->⬆️ Upgrades

action.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,7 @@ runs:
7474
with:
7575
repository-owner: tj-actions
7676
repository: auto-doc
77-
version: v3.2.0
77+
version: v3.2.1
7878
language-type: 'go'
7979
- run: |
8080
bash $GITHUB_ACTION_PATH/entrypoint.sh

0 commit comments

Comments
 (0)