Skip to content

Commit

Permalink
Upgraded from v1.1 -> v1.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
jackton1 committed Nov 5, 2021
1 parent 67391e6 commit 7a8a107
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 3 deletions.
8 changes: 6 additions & 2 deletions HISTORY.md
Original file line number Diff line number Diff line change
@@ -1,13 +1,17 @@
# Changelog

## [Unreleased](https://github.com/tj-actions/auto-doc/tree/HEAD)
## [v1.0.1](https://github.com/tj-actions/auto-doc/tree/v1.0.1) (2021-11-05)

[Full Changelog](https://github.com/tj-actions/auto-doc/compare/v1.1...HEAD)
[Full Changelog](https://github.com/tj-actions/auto-doc/compare/v1.1...v1.0.1)

**Implemented enhancements:**

- \[Feature\] Deploy go.dev package registry [\#26](https://github.com/tj-actions/auto-doc/issues/26)

**Merged pull requests:**

- Upgraded to v1.1 [\#38](https://github.com/tj-actions/auto-doc/pull/38) ([jackton1](https://github.com/jackton1))

## [v1.1](https://github.com/tj-actions/auto-doc/tree/v1.1) (2021-11-05)

[Full Changelog](https://github.com/tj-actions/auto-doc/compare/v1.0.0...v1.1)
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ Auto generate documentation from actions.yml like [this](#inputs) by simply addi
steps:
- uses: actions/checkout@v2
- name: Run auto-doc
uses: tj-actions/auto-doc@v1.1
uses: tj-actions/auto-doc@v1.0.1
```

## Inputs
Expand Down

0 comments on commit 7a8a107

Please sign in to comment.