From 5723f93b1a4af57eb1afdd08a33ab7c28e0d58aa Mon Sep 17 00:00:00 2001 From: Kiko Beats Date: Fri, 5 Apr 2024 01:19:16 +0200 Subject: [PATCH] chore(release): 2.1.24 --- CHANGELOG.md | 7 +++++++ package.json | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 464b44b..ceac91b 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. +### [2.1.24](https://github.com/microlinkhq/cli/compare/v2.1.23...v2.1.24) (2024-04-04) + + +### Bug Fixes + +* exclude microlink subdomains ([de957f6](https://github.com/microlinkhq/cli/commit/de957f671d7132585f033c61f69f1a28a2276e6f)) + ### 2.1.23 (2024-03-18) ### 2.1.22 (2024-02-08) diff --git a/package.json b/package.json index c66d907..dfafe51 100644 --- a/package.json +++ b/package.json @@ -2,7 +2,7 @@ "name": "@microlink/cli", "description": "Interacting with Microlink API from your terminal.", "homepage": "https://github.com/microlinkhq/cli", - "version": "2.1.23", + "version": "2.1.24", "main": "src/index.js", "bin": { "microlink": "bin/microlink",