Skip to content

Commit

Permalink
Upgraded to v1.7 (#23)
Browse files Browse the repository at this point in the history
Co-authored-by: jackton1 <[email protected]>
  • Loading branch information
jackton1 and jackton1 authored Aug 22, 2021
1 parent 93cb998 commit 91d22c8
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 2 deletions.
8 changes: 8 additions & 0 deletions HISTORY.md
Original file line number Diff line number Diff line change
@@ -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)
Expand Down
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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
Expand Down

0 comments on commit 91d22c8

Please sign in to comment.