diff --git a/CHANGELOG.md b/CHANGELOG.md new file mode 100644 index 0000000..4a5eaa1 --- /dev/null +++ b/CHANGELOG.md @@ -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-01-13) + + +### Features + +* init ([6921fa4](https://github.com/mmuller88/influxdb-s3-backup/commit/6921fa4017f3d4607203ca68f039b271bbef07d0)) diff --git a/package.json b/package.json index 9002686..ed4fe9c 100644 --- a/package.json +++ b/package.json @@ -27,7 +27,7 @@ "bundledDependencies": [], "main": "lib/index.js", "license": "Apache-2.0", - "version": "0.0.0", + "version": "0.0.1", "jest": { "clearMocks": true, "collectCoverage": true, diff --git a/version.json b/version.json index 157d426..64d7fb8 100644 --- a/version.json +++ b/version.json @@ -1 +1,3 @@ -{"version":"0.0.0"} \ No newline at end of file +{ + "version": "0.0.1" +}