Skip to content

Commit

Permalink
Upgraded from v2 -> v2.1 (#54)
Browse files Browse the repository at this point in the history
Co-authored-by: jackton1 <[email protected]>
  • Loading branch information
jackton1 and jackton1 authored Jan 3, 2022
1 parent 26d7305 commit 7dac509
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 3 deletions.
14 changes: 13 additions & 1 deletion HISTORY.md
Original file line number Diff line number Diff line change
@@ -1,13 +1,25 @@
# Changelog

## [v2.1](https://github.com/tj-actions/remark/tree/v2.1) (2022-01-03)

[Full Changelog](https://github.com/tj-actions/remark/compare/v2...v2.1)

**Closed issues:**

- Dependency Dashboard [\#2](https://github.com/tj-actions/remark/issues/2)

**Merged pull requests:**

- Updated test [\#53](https://github.com/tj-actions/remark/pull/53) ([jackton1](https://github.com/jackton1))
- Upgraded to v2 [\#52](https://github.com/tj-actions/remark/pull/52) ([jackton1](https://github.com/jackton1))

## [v2](https://github.com/tj-actions/remark/tree/v2) (2022-01-02)

[Full Changelog](https://github.com/tj-actions/remark/compare/v1.7...v2)

**Closed issues:**

- Action Required: Fix Renovate Configuration [\#29](https://github.com/tj-actions/remark/issues/29)
- Dependency Dashboard [\#2](https://github.com/tj-actions/remark/issues/2)

**Merged pull requests:**

Expand Down
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,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@v2
uses: tj-actions/remark@v2.1
```
## Table of Contents
Expand Down Expand Up @@ -46,7 +46,7 @@ Generate a PR each time your `README.md` changes
...
steps:
- name: Run remark cli
uses: tj-actions/remark@v2
uses: tj-actions/remark@v2.1
- name: Verify Changed files
uses: tj-actions/verify-changed-files@v6
id: verify_changed_files
Expand Down

0 comments on commit 7dac509

Please sign in to comment.