Skip to content

Commit bae3618

Browse files
committed
chore(release): 0.1.9
1 parent d8f324b commit bae3618

File tree

3 files changed

+10
-3
lines changed

3 files changed

+10
-3
lines changed

CHANGELOG.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
# Changelog
2+
3+
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.
4+
5+
### [0.1.9](https://github.com/DataDog/datadog-cdk-constructs/compare/v0.1.8...v0.1.9) (2021-04-01)

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,7 @@
7070
],
7171
"main": "lib/index.js",
7272
"license": "Apache-2.0",
73-
"version": "0.1.8",
73+
"version": "0.1.9",
7474
"jest": {
7575
"testMatch": [
7676
"**/__tests__/**/*.ts?(x)",
@@ -121,4 +121,4 @@
121121
}
122122
},
123123
"//": "~~ Generated by projen. To modify, edit .projenrc.js and run \"npx projen\"."
124-
}
124+
}

version.json

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1,3 @@
1-
{"version":"0.1.8"}
1+
{
2+
"version": "0.1.9"
3+
}

0 commit comments

Comments
 (0)