From 85f438f8582f2057bd9a779d20d1fd18362505ff Mon Sep 17 00:00:00 2001 From: Niranjan Jayakar Date: Tue, 16 Nov 2021 12:26:05 +0000 Subject: [PATCH] chore(release): 1.44.1 --- CHANGELOG.md | 4 ++++ lerna.json | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 9c2c10ed96..55553561b6 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,10 @@ 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. +### [1.44.1](https://github.com/aws/jsii/compare/v1.44.0...v1.44.1) (2021-11-16) + +* revert "fix: dependency submodules may not be discovered" ([#3170](https://github.com/aws/jsii/pull/3170)) ([0449dd9](https://github.com/aws/jsii/commit/0449dd92ce3297b065c171efafc28d1f877432cc)) + ## [1.44.0](https://github.com/aws/jsii/compare/v1.43.0...v1.44.0) (2021-11-15) diff --git a/lerna.json b/lerna.json index 197ff0284b..56890a91fe 100644 --- a/lerna.json +++ b/lerna.json @@ -10,5 +10,5 @@ "rejectCycles": true } }, - "version": "1.44.0" + "version": "1.44.1" }