From d3d908e9c7e8d5d8bdf53bb2926017d4472b6478 Mon Sep 17 00:00:00 2001 From: Mitchell Valine Date: Thu, 19 Mar 2020 14:30:59 -0700 Subject: [PATCH] chore(release): 2.0.0 (#15) --- CHANGELOG.md | 11 +++++++++++ package.json | 2 +- 2 files changed, 12 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 2ae3954c..a4b4e219 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,17 @@ 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. +## [2.0.0](https://github.com/aws/constructs/compare/v1.1.4...v2.0.0) (2020-03-19) + + +### ⚠ BREAKING CHANGES + +* upgrading jsii runtime version in constructs requires +modules to update to the same jsii version to prevent version conflicts +in all non typescript/javascript language targets. + +* upgrade jsii to v1.1.0 ([#14](https://github.com/aws/constructs/issues/14)) ([e4157f1](https://github.com/aws/constructs/commit/e4157f109c3e1d05fe5d24c4bd9ce100b5c56b51)) + ### [1.1.5](https://github.com/aws/constructs/compare/v1.1.4...v1.1.5) (2020-03-19) This patch release reverts the dependency on jsii 1.x introduced in 1.1.4, which was a breaking change. diff --git a/package.json b/package.json index 4a3790e0..95f33b93 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "constructs", - "version": "1.1.5", + "version": "2.0.0", "description": "A programming model for composable configuration", "stability": "stable", "main": "lib/index.js",