From 8d034ae179f96dda5f635342533e83ce8d410848 Mon Sep 17 00:00:00 2001 From: tiltcamp-bot <64620862+tiltcamp-bot@users.noreply.github.com> Date: Sun, 29 Sep 2024 19:26:02 -0700 Subject: [PATCH] chore(master): release 1.8.3 --- CHANGELOG.md | 10 ++++++++++ package.json | 2 +- 2 files changed, 11 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index b05adfcc..08f59543 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,16 @@ ### Changelog +## [1.8.3](https://github.com/mattwebbio/orbital-sync/compare/v1.8.2...v1.8.3) (2024-09-30) + + +### Bug Fixes + +* bump @honeybadger-io/js from 6.9.3 to 6.10.0 ([b3219b6](https://github.com/mattwebbio/orbital-sync/commit/b3219b66fce6af5df03ed929dd8008c9cdbb161d)) +* bump json-schema-to-ts from 3.1.0 to 3.1.1 ([454660c](https://github.com/mattwebbio/orbital-sync/commit/454660cbdbe681bb06a11b46a52773ed13f5e83e)) +* bump micromatch from 4.0.5 to 4.0.8 ([45dee5e](https://github.com/mattwebbio/orbital-sync/commit/45dee5ee690308c58d39a45f7aa682dba884e063)) +* bump nodemailer from 6.9.14 to 6.9.15 ([47c531a](https://github.com/mattwebbio/orbital-sync/commit/47c531afed9ab1781527402dee6ac63a636e48e2)) + ## [1.8.2](https://github.com/mattwebbio/orbital-sync/compare/v1.8.1...v1.8.2) (2024-08-05) diff --git a/package.json b/package.json index baa58909..57f3f40f 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "orbital-sync", "description": "Synchronize multiple Pi-hole instances", - "version": "1.8.2", + "version": "1.8.3", "type": "module", "main": "dist/index.js", "license": "MIT",