diff --git a/CHANGELOG.md b/CHANGELOG.md index 75e10d60..a327c25b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,13 @@ 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.18](https://github.com/redkubes/otomi-tasks/compare/v0.2.17...v0.2.18) (2021-11-22) + + +### Features + +* added copy-certs and wait-for ([#48](https://github.com/redkubes/otomi-tasks/issues/48)) ([f46c27a](https://github.com/redkubes/otomi-tasks/commit/f46c27a39a97bac0fe3ea6c0a6941e45dede5e87)) + ### [0.2.17](https://github.com/redkubes/otomi-tasks/compare/v0.2.16...v0.2.17) (2021-10-31) diff --git a/package-lock.json b/package-lock.json index 672cf54e..5ed7ff1b 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "otomi-tasks", - "version": "0.2.17", + "version": "0.2.18", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "otomi-tasks", - "version": "0.2.17", + "version": "0.2.18", "license": "Apache-2.0", "dependencies": { "@apidevtools/json-schema-ref-parser": "^9.0.6", diff --git a/package.json b/package.json index 424044af..610de503 100644 --- a/package.json +++ b/package.json @@ -142,5 +142,5 @@ "tag": true } }, - "version": "0.2.17" + "version": "0.2.18" }