Skip to content

Commit

Permalink
Merge pull request #7 from tj-actions/upgrade-to-v1.1.3
Browse files Browse the repository at this point in the history
  • Loading branch information
jackton1 committed May 23, 2021
2 parents 8af9ecf + 5dcc6ec commit c2e85f9
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
5 changes: 3 additions & 2 deletions HISTORY.md
Original file line number Diff line number Diff line change
@@ -1,11 +1,12 @@
# Changelog

## [v1.1](https://github.com/tj-actions/semver-diff/tree/v1.1) (2021-05-23)
## [v1.1.3](https://github.com/tj-actions/semver-diff/tree/v1.1.3) (2021-05-23)

[Full Changelog](https://github.com/tj-actions/semver-diff/compare/v1.1.2...HEAD)
[Full Changelog](https://github.com/tj-actions/semver-diff/compare/v1.1.2...v1.1.3)

**Merged pull requests:**

- Upgraded to v1.1.2 [\#6](https://github.com/tj-actions/semver-diff/pull/6) ([jackton1](https://github.com/jackton1))
- Upgraded to v1.1 [\#5](https://github.com/tj-actions/semver-diff/pull/5) ([jackton1](https://github.com/jackton1))

## [v1.1.2](https://github.com/tj-actions/semver-diff/tree/v1.1.2) (2021-05-23)
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ jobs:
- uses: actions/checkout@v2
- name: Run semver-diff
id: semver-diff
uses: tj-actions/semver-diff@v1.1.2
uses: tj-actions/semver-diff@v1.1.3
- name: Show release type
run: |
echo "Release type: ${{ steps.semver-diff.outputs.release_type }}"
Expand Down

0 comments on commit c2e85f9

Please sign in to comment.