From b33ceba5d02486d829f606bf57e1fdc592af810b Mon Sep 17 00:00:00 2001 From: safamoha <98006576+safamoha@users.noreply.github.com> Date: Tue, 16 Aug 2022 18:03:02 -0500 Subject: [PATCH] Runtime(v1.0.3) version bump (#73) --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 2b830c4..9589962 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@amazon-web-services-cloudformation/cloudformation-cli-typescript-lib", - "version": "1.0.2", + "version": "1.0.3", "description": "The CloudFormation Resource Provider Development Kit (RPDK) allows you to author your own resource providers that can be used by CloudFormation. This plugin library helps to provide runtime bindings for the execution of your providers by CloudFormation.", "private": false, "main": "dist/index.js",