diff --git a/CHANGELOG.md b/CHANGELOG.md index 2b21266..32bcf05 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,11 +2,12 @@ All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines. -### Unreleased +## [1.2.0](https://github.com/ArmandPhilippot/dotig/compare/v1.1.1...v1.2.0) (2021-07-12) + ### Features -* manage private dotfiles with Dotig +* manage private dotfiles with Dotig ([5b9eb83](https://github.com/ArmandPhilippot/dotig/commit/5b9eb83e54e11216f0d20abf16d75c1395942487)) ### [1.1.1](https://github.com/ArmandPhilippot/dotig/compare/v1.1.0...v1.1.1) (2021-07-11) diff --git a/dotig b/dotig index f22a0f4..4ddd915 100755 --- a/dotig +++ b/dotig @@ -56,7 +56,7 @@ DOTIG_LOGO=$( EOF ) DOTIG_PATH="" -DOTIG_VERSION="1.1.1" +DOTIG_VERSION="1.2.0" # Colors _color_choice=$(printf '\e[34m') diff --git a/package-lock.json b/package-lock.json index 5cb5263..5d609c3 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "dotig", - "version": "1.1.1", + "version": "1.2.0", "lockfileVersion": 2, "requires": true, "packages": { diff --git a/package.json b/package.json index 358a9f8..7e27d78 100644 --- a/package.json +++ b/package.json @@ -5,7 +5,7 @@ "dotfiles", "git" ], - "version": "1.1.1", + "version": "1.2.0", "license": "MIT", "author": { "name": "Armand Philippot",