Skip to content

Commit

Permalink
chore(release): 1.4.0 [skip ci]
Browse files Browse the repository at this point in the history
# [1.4.0](1.3.0...1.4.0) (2020-11-14)

### Features

* **dependencies:** Update all dependencies ([dabdc8d](dabdc8d))
* **feedback:** Add message errors ([8fa9004](8fa9004))
  • Loading branch information
semantic-release-bot committed Nov 14, 2020
1 parent 9312ac6 commit d2de404
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 1 deletion.
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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)


Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -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": {
Expand Down

0 comments on commit d2de404

Please sign in to comment.