diff --git a/CHANGELOG.md b/CHANGELOG.md index 5a068f74..cdd099a7 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,15 @@ 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.22](https://github.com/redkubes/otomi-tasks/compare/v0.2.21...v0.2.22) (2022-03-24) + + +### Bug Fixes + +* adding webOrigins to allow account access ([0931f54](https://github.com/redkubes/otomi-tasks/commit/0931f54dd70ebc0e39768b695d70834ae8e8f06d)) +* connection timeout max 5 secs ([3919e31](https://github.com/redkubes/otomi-tasks/commit/3919e31fb98a42bacc89ef0f90990d3ba55bfd38)) +* otomi logo ([30f55f1](https://github.com/redkubes/otomi-tasks/commit/30f55f19d4ed5d277fbb89f14a915cb6b62bf39b)) + ### [0.2.21](https://github.com/redkubes/otomi-tasks/compare/v0.2.20...v0.2.21) (2021-12-31) diff --git a/package-lock.json b/package-lock.json index 70110969..324dddca 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "otomi-tasks", - "version": "0.2.21", + "version": "0.2.22", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "otomi-tasks", - "version": "0.2.21", + "version": "0.2.22", "license": "Apache-2.0", "dependencies": { "@apidevtools/json-schema-ref-parser": "^9.0.6", diff --git a/package.json b/package.json index 2a174930..e6a33580 100644 --- a/package.json +++ b/package.json @@ -143,5 +143,5 @@ "tag": true } }, - "version": "0.2.21" + "version": "0.2.22" }