diff --git a/CHANGELOG.md b/CHANGELOG.md index ba22a99..24e57ce 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,4 +1,9 @@ # Change Log +## 1.6.1 (2024-01-22) + +### Enhancements +- Add the `ignoreEmptyErr` function + ## 1.6.0 (2023-08-23) ### Enhancements diff --git a/docs/releases.md b/docs/releases.md index 9accea7..518fa48 100644 --- a/docs/releases.md +++ b/docs/releases.md @@ -1,4 +1,11 @@ # Release Notes +## 1.6.1 + +**2024-01-22** + +### Enhancements +- Add the `ignoreEmptyErr` function + ## 1.6.0 **2023-08-23** diff --git a/package.json b/package.json index ca04710..4cae691 100644 --- a/package.json +++ b/package.json @@ -2,7 +2,7 @@ "name": "sasaki77-archiver-appliance", "alerting": true, "private": true, - "version": "1.6.0", + "version": "1.6.1", "description": "ArchiverAppliance", "main": "index.js", "scripts": {