Skip to content

Commit

Permalink
Upgraded from v1.1.3 → v1.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
jackton1 authored May 24, 2021
1 parent bada88a commit 5d57174
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 1 deletion.
8 changes: 8 additions & 0 deletions HISTORY.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# Changelog

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

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

**Merged pull requests:**

- Upgraded to v1.1.3 [\#7](https://github.com/tj-actions/semver-diff/pull/7) ([jackton1](https://github.com/jackton1))

## [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...v1.1.3)
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.3
uses: tj-actions/semver-diff@v1.2.0
- name: Show release type
run: |
echo "Release type: ${{ steps.semver-diff.outputs.release_type }}"
Expand Down

0 comments on commit 5d57174

Please sign in to comment.