From da84d146cd2a07585a9a498b03b8fdc10b45e35c Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Wed, 22 Nov 2023 09:08:31 +0000 Subject: [PATCH] chore: release 1.1.1 --- CHANGELOG.md | 7 +++++++ package.json | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 9047b33..4cb5749 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +### [1.1.1](https://www.github.com/Pilaton/MacSync/compare/v1.1.0...v1.1.1) (2023-11-22) + + +### 🛠️ Bug Fixes + +* updated email for package.json ([00e3b4d](https://www.github.com/Pilaton/MacSync/commit/00e3b4d3af215eef2f1f2eaf09ce7f01270cb404)) + ## [1.1.0](https://www.github.com/Pilaton/MacSync/compare/v1.0.2...v1.1.0) (2023-11-22) diff --git a/package.json b/package.json index 4b38590..9c0339e 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "macsync", - "version": "1.1.0", + "version": "1.1.1", "description": "Easy sync for macOS. Dotfiles, folders, configurations, etc.", "scripts": { "start_install": "zsh ./bin/install.zsh",