diff --git a/HISTORY.md b/HISTORY.md index 4d7a41b..dc94574 100644 --- a/HISTORY.md +++ b/HISTORY.md @@ -1,5 +1,13 @@ # Changelog +## [v1.7](https://github.com/tj-actions/remark/tree/v1.7) (2021-08-22) + +[Full Changelog](https://github.com/tj-actions/remark/compare/v1.6...v1.7) + +**Merged pull requests:** + +- Upgraded to v1.6 [\#22](https://github.com/tj-actions/remark/pull/22) ([jackton1](https://github.com/jackton1)) + ## [v1.6](https://github.com/tj-actions/remark/tree/v1.6) (2021-08-22) [Full Changelog](https://github.com/tj-actions/remark/compare/v1.5...v1.6) diff --git a/README.md b/README.md index f195800..6609a6c 100644 --- a/README.md +++ b/README.md @@ -10,7 +10,7 @@ Want a cool `Table of Contents` for your markdown and also auto sync changes eac steps: - uses: actions/checkout@v2 - name: Run remark cli - uses: tj-actions/remark@v1.6 + uses: tj-actions/remark@v1.7 ``` ## Table of Contents @@ -37,7 +37,7 @@ Generate a PR each time your `README.md` changes ... steps: - name: Run remark cli - uses: tj-actions/remark@v1.6 + uses: tj-actions/remark@v1.7 - name: Verify Changed files uses: tj-actions/verify-changed-files@v6 id: verify_changed_files