From 0b4adc116c4c79c3ff21db9c45145ef29cd434b2 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Tue, 16 Feb 2021 14:20:19 +0000 Subject: [PATCH] chore: release 1.4.3 --- CHANGELOG.md | 7 +++++++ package.json | 4 ++-- 2 files changed, 9 insertions(+), 2 deletions(-) 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 +}