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",