From 3a9fd6f6327424550436847a4368da5fc2d1a039 Mon Sep 17 00:00:00 2001 From: iCrawl Date: Wed, 20 Oct 2021 03:26:33 +0200 Subject: [PATCH] chore(Release): publish --- CHANGELOG.md | 12 ++++++++++++ package-lock.json | 4 ++-- package.json | 2 +- 3 files changed, 15 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 4d6f0e41..eb04cf42 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,4 +2,16 @@ 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.0.5](https://github.com/iCrawl/kaori/compare/v2.0.4...v2.0.5) (2021-10-20) + +### Bug Fixes + +* node-fetch typings ([c368107](https://github.com/iCrawl/kaori/commit/c368107a3c12e8ebc1c12e22c6c11d9b12c7975c)) +* tests ([4701069](https://github.com/iCrawl/kaori/commit/4701069f56debbb994cf6b8ffd7326c0eff0f558)) + + + +# Changelog + +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. diff --git a/package-lock.json b/package-lock.json index 6464ed75..a8413b92 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "kaori", - "version": "2.0.4", + "version": "2.0.5", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "kaori", - "version": "2.0.4", + "version": "2.0.5", "license": "MIT", "dependencies": { "fast-xml-parser": "^3.20.3", diff --git a/package.json b/package.json index da17df1b..7716c05e 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "kaori", - "version": "2.0.4", + "version": "2.0.5", "description": "Your friendly neighbourhood violinist bringing you the best booru images", "main": "dist/index.js", "bin": "dist/cli.js",