Skip to content

Commit

Permalink
v1.1.1
Browse files Browse the repository at this point in the history
  • Loading branch information
christian-bromann committed Sep 8, 2020
1 parent 7ba0232 commit 418646c
Show file tree
Hide file tree
Showing 5 changed files with 19 additions and 6 deletions.
17 changes: 15 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,19 @@ All notable changes to this project will be documented in this file.

The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).

## [1.1.1] - 2020-09-08

### Added
- n/a

### Changed
- Fix argument handling (#9)

### Removed
- n/a

[1.0.0]: https://github.com/saucelabs/sauce-connect-action/compare/1.1.0...1.1.1

## [1.1.0] - 2020-09-07

### Added
Expand All @@ -19,12 +32,12 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
## [1.0.0] - 2019-09-25

### Added
- N/A
- n/a

### Changed
- Initial release

### Removed
- N/A
- n/a

[1.0.0]: https://github.com/saucelabs/sauce-connect-action/compare/1.0.0...1.0.0
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
FROM docker:stable

LABEL version="1.1.0"
LABEL version="1.1.1"
LABEL repository="http://github.com/saucelabs/sauce-connect-action"
LABEL homepage="http://github.com/saucelabs/sauce-connect-action"
LABEL maintainer="Christian Bromann <[email protected]>"
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ jobs:
name: Action Test
steps:
# ...
- uses: saucelabs/sauce-connect-action@v1
- uses: saucelabs/sauce-connect-action@master
with:
username: ${{ secrets.SAUCE_USERNAME }}
accessKey: ${{ secrets.SAUCE_ACCESS_KEY }}
Expand Down
2 changes: 1 addition & 1 deletion package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"author": "Christian Bromann <[email protected]>",
"version": "1.1.0",
"version": "1.1.1",
"license": "MIT",
"homepage": "https://github.com/saucelabs/sauce-connect-action#readme",
"bugs": {
Expand Down

0 comments on commit 418646c

Please sign in to comment.