Skip to content

Commit

Permalink
chore(release): 0.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
Auto-bump committed Apr 27, 2021
1 parent 04e8845 commit 90b8168
Show file tree
Hide file tree
Showing 3 changed files with 14 additions and 2 deletions.
10 changes: 10 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
# Changelog

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.0.1 (2021-04-27)


### Features

* Add Datadog::Monitors::Monitor resource ([3b0bb85](https://github.com/NomadBlacky/cdk-datadog-resources/commit/3b0bb85eb2c61f3cf569f1bf9e7ca69508ca9969))
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@
],
"main": "lib/index.js",
"license": "Apache-2.0",
"version": "0.0.0",
"version": "0.0.1",
"jest": {
"testMatch": [
"**/__tests__/**/*.ts?(x)",
Expand Down
4 changes: 3 additions & 1 deletion version.json
Original file line number Diff line number Diff line change
@@ -1 +1,3 @@
{"version":"0.0.0"}
{
"version": "0.0.1"
}

0 comments on commit 90b8168

Please sign in to comment.