diff --git a/CHANGELOG.md b/CHANGELOG.md index 858b996..fa0776e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,14 @@ ### Changelog +## [1.8.5](https://github.com/mattwebbio/orbital-sync/compare/v1.8.4...v1.8.5) (2025-02-19) + + +### Bug Fixes + +* bump nodemailer and @types/nodemailer ([095ed38](https://github.com/mattwebbio/orbital-sync/commit/095ed38b33762bc8091db9cb7dca8477c11879a5)) +* bump undici from 5.28.4 to 5.28.5 ([90d3c1b](https://github.com/mattwebbio/orbital-sync/commit/90d3c1bdce9d05b23478bc547da205527789b5d4)) + ## [1.8.4](https://github.com/mattwebbio/orbital-sync/compare/v1.8.3...v1.8.4) (2025-01-11) diff --git a/package.json b/package.json index 3cf4a59..d15a69c 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "orbital-sync", "description": "Synchronize multiple Pi-hole instances", - "version": "1.8.4", + "version": "1.8.5", "type": "module", "main": "dist/index.js", "license": "MIT",