From 42f6e7cd62f83a97a697e91eb2fb6484762c5762 Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Mon, 26 Sep 2022 07:59:19 +0000 Subject: [PATCH] chore(release): 8.1.20 [skip ci] ## [8.1.20](https://github.com/kettil/carna/compare/8.1.19...8.1.20) (2022-09-26) ### Bug Fixes * **deps:** bump @kettil/eslint-config from 4.10.5 to 4.10.6 ([68ad2b8](https://github.com/kettil/carna/commit/68ad2b880955f6d77078e4801e93017457453c2a)) --- CHANGELOG.md | 7 +++++++ package-lock.json | 4 ++-- package.json | 2 +- 3 files changed, 10 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 627e5ff2..76582382 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [8.1.20](https://github.com/kettil/carna/compare/8.1.19...8.1.20) (2022-09-26) + + +### Bug Fixes + +* **deps:** bump @kettil/eslint-config from 4.10.5 to 4.10.6 ([68ad2b8](https://github.com/kettil/carna/commit/68ad2b880955f6d77078e4801e93017457453c2a)) + ## [8.1.19](https://github.com/kettil/carna/compare/8.1.18...8.1.19) (2022-09-19) diff --git a/package-lock.json b/package-lock.json index a49a690f..d433487d 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "carna", - "version": "8.1.19", + "version": "8.1.20", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "carna", - "version": "8.1.19", + "version": "8.1.20", "bundleDependencies": [ "@kettil/tools" ], diff --git a/package.json b/package.json index 6fbccf6e..16890547 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "carna", - "version": "8.1.19", + "version": "8.1.20", "description": "Global management of the config files.", "license": "MIT", "private": false,