diff --git a/CHANGELOG.md b/CHANGELOG.md index 099c130..4f91374 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. +### [1.4.3](https://www.github.com/flagbit/technology-radar/compare/v1.4.2...v1.4.3) (2021-02-16) + + +### Bug Fixes + +* Add correct repository-url ([94cf41d](https://www.github.com/flagbit/technology-radar/commit/94cf41d1f413e0621686ef5996473abc4b74cdc9)) + ### 1.4.2 (2021-02-16) diff --git a/package.json b/package.json index 510184c..8a41b54 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@flagbit/technology-radar", - "version": "1.4.2", + "version": "1.4.3", "description": "", "main": "index.js", "scripts": { @@ -53,4 +53,4 @@ "type": "git", "url": "https://github.com/flagbit/technology-radar.git" } -} \ No newline at end of file +}