Skip to content
This repository was archived by the owner on May 5, 2024. It is now read-only.

Commit cc033a0

Browse files
committed
chore: publish v1.1.1
1 parent 3348615 commit cc033a0

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

lerna.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"version": "1.1.0",
2+
"version": "1.1.1",
33
"npmClient": "yarn",
44
"useWorkspaces": true,
55
"packages": [

packages/automatic-releases/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "automatic-releases",
3-
"version": "1.1.0",
3+
"version": "1.1.1",
44
"private": true,
55
"description": "Generate automatic releases whenever changes land on master",
66
"main": "dist/index.js",

packages/aws-ssm-secrets/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "aws-ssm-secrets",
3-
"version": "1.1.0",
3+
"version": "1.1.1",
44
"private": true,
55
"description": "Inject AWS SSM Parameter Store secrets as enviroment variables into your GitHub Actions builds",
66
"config": {

packages/keybase-notifications/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "keybase-notifications",
3-
"version": "1.0.1",
3+
"version": "1.1.1",
44
"private": true,
55
"description": "Send GitHub build notifications to your Keybase team or channel",
66
"config": {

0 commit comments

Comments
 (0)