From 59218937b424ad65052996296f1d27c24b409801 Mon Sep 17 00:00:00 2001 From: Auto-bump Date: Thu, 18 Mar 2021 13:52:21 +0000 Subject: [PATCH] chore(release): 3.3.67 --- CHANGELOG.md | 2 ++ package.json | 2 +- version.json | 2 +- 3 files changed, 4 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 67c78fe3..7922602b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,8 @@ All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines. +### [3.3.67](https://github.com/aws/constructs/compare/v3.3.66...v3.3.67) (2021-03-18) + ### [3.3.66](https://github.com/aws/constructs/compare/v3.3.65...v3.3.66) (2021-03-18) ### [3.3.65](https://github.com/aws/constructs/compare/v3.3.64...v3.3.65) (2021-03-09) diff --git a/package.json b/package.json index c00cc88e..bb76d195 100644 --- a/package.json +++ b/package.json @@ -62,7 +62,7 @@ }, "main": "lib/index.js", "license": "Apache-2.0", - "version": "3.3.66", + "version": "3.3.67", "homepage": "https://github.com/aws/constructs", "jest": { "testMatch": [ diff --git a/version.json b/version.json index a8d2bbfa..3f9bccfb 100644 --- a/version.json +++ b/version.json @@ -1,3 +1,3 @@ { - "version": "3.3.66" + "version": "3.3.67" }