Skip to content
This repository was archived by the owner on Sep 2, 2022. It is now read-only.

Commit 8f4a673

Browse files
authored
Merge pull request #56 from puppetlabs/release_prep
v1.1.1 release prep
2 parents 3c01d18 + 7ac9f1e commit 8f4a673

File tree

2 files changed

+12
-1
lines changed

2 files changed

+12
-1
lines changed

CHANGELOG.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,16 @@
11
# Changelog
22

3+
## [v1.1.1](https://github.com/puppetlabs/setup-step-cli/tree/v1.1.1) (2022-07-28)
4+
5+
[Full Changelog](https://github.com/puppetlabs/setup-step-cli/compare/v1.1.0...v1.1.1)
6+
7+
**Merged pull requests:**
8+
9+
- Bump @types/node from 18.0.6 to 18.6.2 [\#55](https://github.com/puppetlabs/setup-step-cli/pull/55) ([dependabot[bot]](https://github.com/apps/dependabot))
10+
- Bump @typescript-eslint/parser from 5.30.7 to 5.31.0 [\#54](https://github.com/puppetlabs/setup-step-cli/pull/54) ([dependabot[bot]](https://github.com/apps/dependabot))
11+
- Bump eslint-plugin-github from 4.3.6 to 4.3.7 [\#53](https://github.com/puppetlabs/setup-step-cli/pull/53) ([dependabot[bot]](https://github.com/apps/dependabot))
12+
- Bump @typescript-eslint/parser from 5.30.6 to 5.30.7 [\#51](https://github.com/puppetlabs/setup-step-cli/pull/51) ([dependabot[bot]](https://github.com/apps/dependabot))
13+
314
## [v1.1.0](https://github.com/puppetlabs/setup-step-cli/tree/v1.1.0) (2022-07-18)
415

516
[Full Changelog](https://github.com/puppetlabs/setup-step-cli/compare/v1.0.0...v1.1.0)

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "puppetlabs-setup-step-cli",
3-
"version": "1.1.0",
3+
"version": "1.1.1",
44
"private": true,
55
"description": "A custom GitHub Action that sets up the Smallstep step-cli tool",
66
"main": "lib/main.js",

0 commit comments

Comments
 (0)