Skip to content

Commit

Permalink
Runtime(v1.0.6) + Tooling(v1.0.4) version bump
Browse files Browse the repository at this point in the history
  • Loading branch information
Jared Deiner committed May 24, 2024
1 parent e656c33 commit 98c1f3a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@amazon-web-services-cloudformation/cloudformation-cli-typescript-lib",
"version": "1.0.5",
"version": "1.0.6",
"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",
Expand Down
2 changes: 1 addition & 1 deletion python/rpdk/typescript/__init__.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
import logging

__version__ = "1.0.3"
__version__ = "1.0.4"

logging.getLogger(__name__).addHandler(logging.NullHandler())

0 comments on commit 98c1f3a

Please sign in to comment.