Skip to content

Commit

Permalink
chore(release): 0.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Andrew Rodriguez committed Apr 6, 2021
1 parent 57b8d8d commit 62eab02
Show file tree
Hide file tree
Showing 5 changed files with 6 additions and 2 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@
*.seed
*.tgz
*.tsbuildinfo
.DS_Store
.cache
.cdk.staging
.eslintcache
Expand Down
1 change: 1 addition & 0 deletions .projenrc.js
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,7 @@ const project = new AwsCdkConstructLibrary({
"cdk.out/",
".parcel-cache",
"test/__snapshots__",
".DS_Store",
],
npmignore: [
"!LICENSE",
Expand Down
2 changes: 2 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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)
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -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)",
Expand Down
2 changes: 1 addition & 1 deletion version.json
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
{
"version": "0.1.9"
"version": "0.2.0"
}

0 comments on commit 62eab02

Please sign in to comment.