Skip to content

Commit 6b64a77

Browse files
chore: upgraded from v3.2.1 -> v3.3.0
1 parent b326093 commit 6b64a77

File tree

2 files changed

+18
-1
lines changed

2 files changed

+18
-1
lines changed

HISTORY.md

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,21 @@
11
# Changelog
22

3+
# [3.3.0](https://github.com/tj-actions/auto-doc/compare/v3.2.1...v3.3.0) - (2023-11-16)
4+
5+
## <!-- 0 -->🚀 Features
6+
7+
- Add support for conditionally escaping default values ([d1d098d](https://github.com/tj-actions/auto-doc/commit/d1d098d95e28c9500c7c00c8f131fbd072b5eeb3)) - (Tonye Jack)
8+
9+
## <!-- 26 -->🔄 Update
10+
11+
- Updated README.
12+
([f35ce36](https://github.com/tj-actions/auto-doc/commit/f35ce36a5aeac99b52ce0edb94553307da8bfd27)) - (github-actions[bot])
13+
14+
## <!-- 30 -->📝 Other
15+
16+
- PR [#525](https://github.com/tj-actions/auto-doc/pull/525): add support for conditionally escaping default values ([b326093](https://github.com/tj-actions/auto-doc/commit/b326093baae0b8689d26cd5a14464d5100f1fadf)) - (repo-ranger[bot])
17+
- PR [#524](https://github.com/tj-actions/auto-doc/pull/524): to v3.2.1 ([f4f096c](https://github.com/tj-actions/auto-doc/commit/f4f096cb3c044e2d44d168b4a3f8c64be72ed65d)) - (repo-ranger[bot])
18+
319
# [3.2.1](https://github.com/tj-actions/auto-doc/compare/v3.2.0...v3.2.1) - (2023-11-15)
420

521
## <!-- 1 -->🐛 Bug Fixes
@@ -26,6 +42,7 @@
2642

2743
## <!-- 7 -->⚙️ Miscellaneous Tasks
2844

45+
- Upgraded from v3.2.0 -> v3.2.1 ([4205451](https://github.com/tj-actions/auto-doc/commit/4205451c61e1ad6c7b0e6b5ec0b4c7b37eb55629)) - (github-actions[bot])
2946
- Update test ([3d78f99](https://github.com/tj-actions/auto-doc/commit/3d78f99ce66007362cbdb691ddd3c6690c592f38)) - (Tonye Jack)
3047

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

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.1
77+
version: v3.3.0
7878
language-type: 'go'
7979
- run: |
8080
bash $GITHUB_ACTION_PATH/entrypoint.sh

0 commit comments

Comments
 (0)