Skip to content

Commit 79f127d

Browse files
chore: upgraded from v3.1.0 -> v3.1.1
1 parent 8100ab4 commit 79f127d

2 files changed

Lines changed: 22 additions & 1 deletion

File tree

HISTORY.md

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

3+
# [3.1.1](https://github.com/tj-actions/auto-doc/compare/v3.1.0...v3.1.1) - (2023-11-05)
4+
5+
## <!-- 1 -->🐛 Bug Fixes
6+
7+
- **deps:** Update module github.com/spf13/cobra to v1.8.0 ([414c19a](https://github.com/tj-actions/auto-doc/commit/414c19a189f5aacf6c9b3f414f6bd45db10522be)) - (renovate[bot])
8+
9+
## <!-- 25 -->🎨 Format
10+
11+
- Formatted code.
12+
([8100ab4](https://github.com/tj-actions/auto-doc/commit/8100ab46fa9a518f4447fe403c68d0dd5834966e)) - (github-actions[bot])
13+
14+
## <!-- 26 -->🔄 Update
15+
16+
- Update README.md ([2766f50](https://github.com/tj-actions/auto-doc/commit/2766f50eed2583815b0650c9fcc8af097e236ab7)) - (Tonye Jack)
17+
- Update Makefile ([4c07eab](https://github.com/tj-actions/auto-doc/commit/4c07eab2374edb89197ff860477ec4a166477cfa)) - (Tonye Jack)
18+
19+
## <!-- 30 -->📝 Other
20+
21+
- PR [#517](https://github.com/tj-actions/auto-doc/pull/517): to v3.1.0 ([4aa6a3c](https://github.com/tj-actions/auto-doc/commit/4aa6a3cfc1d74a7e784977aab9bd239ae8abe8b0)) - (repo-ranger[bot])
22+
323
# [3.1.0](https://github.com/tj-actions/auto-doc/compare/v3.0.1...v3.1.0) - (2023-09-23)
424

525
## <!-- 0 -->🚀 Features
@@ -44,6 +64,7 @@
4464

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

67+
- Upgraded from v3.0.1 -> v3.1.0 ([d645fd9](https://github.com/tj-actions/auto-doc/commit/d645fd9c83fe1ac23ac9fe8a4e24d5838994ed51)) - (github-actions[bot])
4768
- **deps:** Update actions/checkout action to v4 ([#516](https://github.com/tj-actions/auto-doc/issues/516)) ([ae720cd](https://github.com/tj-actions/auto-doc/commit/ae720cd94f0f1549a3305226190816b1ef8746fa)) - (renovate[bot])
4869

4970
# [3.0.1](https://github.com/tj-actions/auto-doc/compare/v3.0.0...v3.0.1) - (2023-09-14)

action.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ runs:
5757
with:
5858
repository-owner: tj-actions
5959
repository: auto-doc
60-
version: v3.1.0
60+
version: v3.1.1
6161
language-type: 'go'
6262
- run: |
6363
bash $GITHUB_ACTION_PATH/entrypoint.sh

0 commit comments

Comments
 (0)