From b5b621aa949a5a6f9f4fde44459e0385a319e45d Mon Sep 17 00:00:00 2001 From: Akif Rafique <40856908+AkifRafique@users.noreply.github.com> Date: Fri, 24 Feb 2023 09:34:20 -0800 Subject: [PATCH] bump verison (#95) * bump verison * change init verison back --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 9589962..e02731a 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@amazon-web-services-cloudformation/cloudformation-cli-typescript-lib", - "version": "1.0.3", + "version": "1.0.4", "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",