Skip to content

Commit 4dfb6df

Browse files
authored
Merge pull request #17 from owenr88/release/1.2.1
1.2.1
2 parents 5c1fa4b + e2fd2ce commit 4dfb6df

File tree

5 files changed

+5
-4
lines changed

5 files changed

+5
-4
lines changed

.github/workflows/on-close-pr.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -55,6 +55,7 @@ jobs:
5555
with:
5656
tag: ${{ steps.tag_version.outputs.new_tag }}
5757
name: Release ${{ steps.tag_version.outputs.new_tag }}
58+
makeLatest: true
5859
body: ${{ steps.tag_version.outputs.changelog }}
5960
- name: Delete branch
6061
uses: dawidd6/action-delete-branch@v3

.github/workflows/on-create-release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ name: Create release and publish
22

33
on:
44
release:
5-
types: [created]
5+
types: [published]
66

77
jobs:
88
publish-npm:

packages/cognito-export/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "cognito-export",
33
"description": "A simple CLI tool and JavaScript package for exporting users from an AWS Cognito user pool.",
4-
"version": "1.2.0",
4+
"version": "1.2.1",
55
"main": "dist/index.js",
66
"types": "dist/index.d.ts",
77
"bin": "dist/cli.js",

packages/cognito-import/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "cognito-import",
33
"description": "A simple CLI tool and JavaScript package for importing users into an AWS Cognito user pool.",
4-
"version": "1.2.0",
4+
"version": "1.2.1",
55
"main": "dist/index.js",
66
"bin": "dist/cli.js",
77
"repository": {

packages/zod-cognito/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "zod-cognito",
33
"description": "Zod schemas for AWS Cognito User Pools",
4-
"version": "1.2.0",
4+
"version": "1.2.1",
55
"main": "dist/index.js",
66
"types": "dist/index.d.ts",
77
"repository": {

0 commit comments

Comments
 (0)