Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Upgraded to v2.2 #60

Merged
merged 1 commit into from
Jan 3, 2022
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
17 changes: 15 additions & 2 deletions HISTORY.md
Original file line number Diff line number Diff line change
@@ -1,15 +1,28 @@
# Changelog

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

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

**Closed issues:**

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

**Merged pull requests:**

- Updated README.md [\#59](https://github.com/tj-actions/remark/pull/59) ([jackton1](https://github.com/jackton1))
- Updated README.md [\#58](https://github.com/tj-actions/remark/pull/58) ([jackton1](https://github.com/jackton1))
- Update tj-actions/remark action to v2 [\#57](https://github.com/tj-actions/remark/pull/57) ([renovate[bot]](https://github.com/apps/renovate))
- Update tj-actions/github-changelog-generator action to v1.11 [\#56](https://github.com/tj-actions/remark/pull/56) ([renovate[bot]](https://github.com/apps/renovate))
- Update tj-actions/auto-doc action to v1.2.7 [\#55](https://github.com/tj-actions/remark/pull/55) ([renovate[bot]](https://github.com/apps/renovate))
- Upgraded to v2.1 [\#54](https://github.com/tj-actions/remark/pull/54) ([jackton1](https://github.com/jackton1))

## [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)

**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))

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.1
uses: tj-actions/remark@v2.2
```

## 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.1
uses: tj-actions/remark@v2.2
- name: Verify Changed files
uses: tj-actions/verify-changed-files@v6
id: verify_changed_files
Expand Down