diff --git a/CHANGELOG.md b/CHANGELOG.md new file mode 100644 index 0000000..f743bd8 --- /dev/null +++ b/CHANGELOG.md @@ -0,0 +1,22 @@ +# Changelog + +### [1.0.2](https://www.github.com/Pilaton/MacSync/compare/v1.0.1...v1.0.2) (2021-12-09) + + +### 🛠️ Bug Fixes + +* **docs:** Updated image for documentation ([2e34e32](https://www.github.com/Pilaton/MacSync/commit/2e34e321fbd3bde88821b9f94db0afc0e108c11b)) + +### [1.0.1](https://www.github.com/Pilaton/MacSync/compare/v1.0.0...v1.0.1) (2021-12-07) + + +### 🛠️ Bug Fixes + +* **docs:** Correcting the readme file ([4da05d4](https://www.github.com/Pilaton/MacSync/commit/4da05d470c50d2acaebc3595a8c08a9605f44008)) + +## 1.0.0 (2021-12-07) + + +### 🎉 Features + +* Release! ([c723925](https://www.github.com/Pilaton/MacSync/commit/c723925e3d77e081f6a6c0de91baf5cc7c7c2684)) diff --git a/package.json b/package.json index 6b0ea40..8d05942 100644 --- a/package.json +++ b/package.json @@ -1,38 +1,32 @@ -{ - "name": "macsync", - "version": "1.0.0", - "description": "Easy sync for macOS. Dotfiles, folders, configurations, etc.", - "scripts": { - "start_install": "zsh ./bin/install.zsh", - "create-demo-folder": "zsh ./test/create-demo-folder.zsh" - }, - "repository": { - "type": "git", - "url": "git+https://github.com/Pilaton/MacSync.git" - }, - "keywords": [ - "macos", - "sync", - "synchronization", - "dotfiles", - "files", - "folder", - "cloud", - "dropbox", - "backup" - ], - "author": "pilaton <83372686+Pilaton@users.noreply.github.com> (https://github.com/Pilaton)", - "license": "MIT", - "bugs": { - "url": "https://github.com/Pilaton/MacSync/issues" - }, - "homepage": "https://github.com/Pilaton/MacSync#readme", - "os": [ - "darwin", - "linux" - ], - "directories": { - "doc": "doc", - "test": "test" - } -} + "name": "macsync", + "version": "1.0.2", + "description": "Easy sync for macOS. Dotfiles, folders, configurations, etc.", + "scripts": { + "start_install": "zsh ./bin/install.zsh", + "create-demo-folder": "zsh ./test/create-demo-folder.zsh" + }, + "repository": { + "type": "git", + "url": "git+https://github.com/Pilaton/MacSync.git" + }, + "keywords": [ + "macos", + "sync", + "synchronization", + "dotfiles", + "files", + "folder", + "cloud", + "dropbox", + "backup" + ], + "author": "pilaton <83372686+Pilaton@users.noreply.github.com> (https://github.com/Pilaton)", + "license": "MIT", + "bugs": { + "url": "https://github.com/Pilaton/MacSync/issues" + }, + "homepage": "https://github.com/Pilaton/MacSync#readme", + "os": [ + "darwin", + "linux" + ] \ No newline at end of file