From d2de4046f0e8b1f9ce87d9385cb9dfafd94719fd Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Sat, 14 Nov 2020 03:40:29 +0000 Subject: [PATCH] chore(release): 1.4.0 [skip ci] # [1.4.0](https://github.com/tacnoman/gass/compare/1.3.0...1.4.0) (2020-11-14) ### Features * **dependencies:** Update all dependencies ([dabdc8d](https://github.com/tacnoman/gass/commit/dabdc8df608e908eb5d21b51323f502add151fcb)) * **feedback:** Add message errors ([8fa9004](https://github.com/tacnoman/gass/commit/8fa90048519b57113f8fc902a4bb8258d975ad6a)) --- CHANGELOG.md | 8 ++++++++ package.json | 2 +- 2 files changed, 9 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index a442785..781fa02 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,11 @@ +# [1.4.0](https://github.com/tacnoman/gass/compare/1.3.0...1.4.0) (2020-11-14) + + +### Features + +* **dependencies:** Update all dependencies ([dabdc8d](https://github.com/tacnoman/gass/commit/dabdc8df608e908eb5d21b51323f502add151fcb)) +* **feedback:** Add message errors ([8fa9004](https://github.com/tacnoman/gass/commit/8fa90048519b57113f8fc902a4bb8258d975ad6a)) + # 1.0.0 (2020-11-12) diff --git a/package.json b/package.json index 2298aa0..36748b1 100644 --- a/package.json +++ b/package.json @@ -3,7 +3,7 @@ "bin": { "gass": "./index.js" }, - "version": "1.3.0", + "version": "1.4.0", "description": "Tool to get file and line using the css rule. When debugging css is difficult to get the css query and find in scss file. With this tool you will find easy.", "main": "index.js", "dependencies": {