Skip to content

Commit

Permalink
Merge branch 'dev' of https://github.com/Pilaton/MacSync into dev
Browse files Browse the repository at this point in the history
  • Loading branch information
Pilaton committed Nov 22, 2023
2 parents 3e8875a + 3eeda77 commit fe869a3
Show file tree
Hide file tree
Showing 2 changed files with 54 additions and 38 deletions.
22 changes: 22 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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))
70 changes: 32 additions & 38 deletions package.json
Original file line number Diff line number Diff line change
@@ -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 <[email protected]> (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 <[email protected]> (https://github.com/Pilaton)",
"license": "MIT",
"bugs": {
"url": "https://github.com/Pilaton/MacSync/issues"
},
"homepage": "https://github.com/Pilaton/MacSync#readme",
"os": [
"darwin",
"linux"
]

0 comments on commit fe869a3

Please sign in to comment.