Skip to content

Commit 8af9ecf

Browse files
authored
Merge pull request #6 from tj-actions/upgrade-to-v1.1.2
2 parents 3b516f7 + 7e1343f commit 8af9ecf

File tree

2 files changed

+13
-1
lines changed

2 files changed

+13
-1
lines changed

HISTORY.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,18 @@
22

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

5+
[Full Changelog](https://github.com/tj-actions/semver-diff/compare/v1.1.2...HEAD)
6+
7+
**Merged pull requests:**
8+
9+
- Upgraded to v1.1 [\#5](https://github.com/tj-actions/semver-diff/pull/5) ([jackton1](https://github.com/jackton1))
10+
11+
## [v1.1.2](https://github.com/tj-actions/semver-diff/tree/v1.1.2) (2021-05-23)
12+
13+
[Full Changelog](https://github.com/tj-actions/semver-diff/compare/v1.1...v1.1.2)
14+
15+
## [v1.1](https://github.com/tj-actions/semver-diff/tree/v1.1) (2021-05-23)
16+
517
[Full Changelog](https://github.com/tj-actions/semver-diff/compare/v1...v1.1)
618

719
**Closed issues:**

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ jobs:
2626
- uses: actions/checkout@v2
2727
- name: Run semver-diff
2828
id: semver-diff
29-
uses: tj-actions/[email protected]
29+
uses: tj-actions/[email protected].2
3030
- name: Show release type
3131
run: |
3232
echo "Release type: ${{ steps.semver-diff.outputs.release_type }}"

0 commit comments

Comments
 (0)