diff --git a/HISTORY.md b/HISTORY.md index d256af7..b7da870 100644 --- a/HISTORY.md +++ b/HISTORY.md @@ -1,5 +1,13 @@ # Changelog +## [v1.4](https://github.com/tj-actions/remark/tree/v1.4) (2021-05-08) + +[Full Changelog](https://github.com/tj-actions/remark/compare/v1.3...v1.4) + +**Merged pull requests:** + +- Upgraded to v1.3 [\#5](https://github.com/tj-actions/remark/pull/5) ([jackton1](https://github.com/jackton1)) + ## [v1.3](https://github.com/tj-actions/remark/tree/v1.3) (2021-05-07) [Full Changelog](https://github.com/tj-actions/remark/compare/v1.2...v1.3) diff --git a/README.md b/README.md index aef6fa4..4a64f75 100644 --- a/README.md +++ b/README.md @@ -10,7 +10,7 @@ steps: - uses: actions/checkout@v2 - name: Run remark cli - uses: tj-actions/remark@v1.3 + uses: tj-actions/remark@v1.4 ``` ## Table of Contents