diff --git a/.gitignore b/.gitignore index a94ad701..aae848a3 100644 --- a/.gitignore +++ b/.gitignore @@ -8,6 +8,7 @@ *.seed *.tgz *.tsbuildinfo +.DS_Store .cache .cdk.staging .eslintcache diff --git a/.projenrc.js b/.projenrc.js index 8ba4144c..c4998680 100644 --- a/.projenrc.js +++ b/.projenrc.js @@ -35,6 +35,7 @@ const project = new AwsCdkConstructLibrary({ "cdk.out/", ".parcel-cache", "test/__snapshots__", + ".DS_Store", ], npmignore: [ "!LICENSE", diff --git a/CHANGELOG.md b/CHANGELOG.md index 564dc1dc..b8e07364 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,4 +2,6 @@ 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. +## [0.2.0](https://github.com/DataDog/datadog-cdk-constructs/compare/v0.1.9...v0.2.0) (2021-04-06) + ### [0.1.9](https://github.com/DataDog/datadog-cdk-constructs/compare/v0.1.8...v0.1.9) (2021-04-01) diff --git a/package.json b/package.json index 4eba4fae..85b48605 100644 --- a/package.json +++ b/package.json @@ -70,7 +70,7 @@ ], "main": "lib/index.js", "license": "Apache-2.0", - "version": "0.1.9", + "version": "0.2.0", "jest": { "testMatch": [ "**/__tests__/**/*.ts?(x)", diff --git a/version.json b/version.json index b688b122..10e64e00 100644 --- a/version.json +++ b/version.json @@ -1,3 +1,3 @@ { - "version": "0.1.9" + "version": "0.2.0" }