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

Commit 866ffac

Browse files
committed
v1.1.2 release prep
1 parent 03538b2 commit 866ffac

File tree

3 files changed

+14
-3
lines changed

3 files changed

+14
-3
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.2](https://github.com/puppetlabs/setup-step-cli/tree/v1.1.2) (2022-08-03)
4+
5+
[Full Changelog](https://github.com/puppetlabs/setup-step-cli/compare/v1.1.1...v1.1.2)
6+
7+
**Merged pull requests:**
8+
9+
- Bump @typescript-eslint/parser from 5.31.0 to 5.32.0 [\#60](https://github.com/puppetlabs/setup-step-cli/pull/60) ([dependabot[bot]](https://github.com/apps/dependabot))
10+
- Bump eslint-plugin-jest from 26.6.0 to 26.7.0 [\#59](https://github.com/puppetlabs/setup-step-cli/pull/59) ([dependabot[bot]](https://github.com/apps/dependabot))
11+
- Bump @types/node from 18.6.2 to 18.6.3 [\#58](https://github.com/puppetlabs/setup-step-cli/pull/58) ([dependabot[bot]](https://github.com/apps/dependabot))
12+
- Bump eslint from 8.20.0 to 8.21.0 [\#57](https://github.com/puppetlabs/setup-step-cli/pull/57) ([dependabot[bot]](https://github.com/apps/dependabot))
13+
314
## [v1.1.1](https://github.com/puppetlabs/setup-step-cli/tree/v1.1.1) (2022-07-28)
415

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

package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

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.1",
3+
"version": "1.1.2",
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)