Skip to content

Commit 9bb15df

Browse files
committed
chore(release): 2.0.0
1 parent 74fe43c commit 9bb15df

File tree

3 files changed

+14
-3
lines changed

3 files changed

+14
-3
lines changed

CHANGELOG.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,17 @@
22

33
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.
44

5+
## [2.0.0](https://github.com/aws-samples/baseline-environment-on-aws/compare/v1.3.0...v2.0.0) (2022-02-01)
6+
7+
8+
### ⚠ BREAKING CHANGES
9+
10+
* Update to CDKv2 (#23)
11+
12+
### Features
13+
14+
* Update to CDKv2 ([#23](https://github.com/aws-samples/baseline-environment-on-aws/issues/23)) ([74fe43c](https://github.com/aws-samples/baseline-environment-on-aws/commit/74fe43c84d37c57438c23e56cf9ba89233cc6179))
15+
516
## [1.3.0](https://github.com/aws-samples/baseline-environment-on-aws/compare/v1.2.1...v1.3.0) (2022-02-01)
617

718
## [1.2.0] - 2021-10-26

package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"private": true,
33
"name": "baseline-environment-on-aws",
4-
"version": "1.3.0",
4+
"version": "2.0.0",
55
"description": "Baseline Environment on AWS",
66
"repository": {
77
"type": "git",

0 commit comments

Comments
 (0)