Skip to content

Commit

Permalink
chore: upgraded from v3.2.1 -> v3.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] committed Nov 16, 2023
1 parent b326093 commit 6b64a77
Show file tree
Hide file tree
Showing 2 changed files with 18 additions and 1 deletion.
17 changes: 17 additions & 0 deletions HISTORY.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,21 @@
# Changelog

# [3.3.0](https://github.com/tj-actions/auto-doc/compare/v3.2.1...v3.3.0) - (2023-11-16)

## <!-- 0 -->🚀 Features

- Add support for conditionally escaping default values ([d1d098d](https://github.com/tj-actions/auto-doc/commit/d1d098d95e28c9500c7c00c8f131fbd072b5eeb3)) - (Tonye Jack)

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

- Updated README.
([f35ce36](https://github.com/tj-actions/auto-doc/commit/f35ce36a5aeac99b52ce0edb94553307da8bfd27)) - (github-actions[bot])

## <!-- 30 -->📝 Other

- 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])
- 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])

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

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

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

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

# [3.2.0](https://github.com/tj-actions/auto-doc/compare/v3.1.0...v3.2.0) - (2023-11-15)
Expand Down
2 changes: 1 addition & 1 deletion action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@ runs:
with:
repository-owner: tj-actions
repository: auto-doc
version: v3.2.1
version: v3.3.0
language-type: 'go'
- run: |
bash $GITHUB_ACTION_PATH/entrypoint.sh
Expand Down

0 comments on commit 6b64a77

Please sign in to comment.