Skip to content

Commit

Permalink
2.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
JPeer264 committed Jul 23, 2020
1 parent c9f072c commit d3dcb50
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 2 deletions.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
2.0.0 - July, 23 2020

* c9f072c Docs: master -> main (JPeer264)
* cb4d528 Feat: update dependencies | TS support | drop node lower v10 (JPeer264)
* 9fbd135 Chore: update husky hook (JPeer264)
* 6e92978 Test: add correct coverage (JPeer264)

1.0.0 - April, 22 2018

* 6f475da Refactor: is-git-clean to is-git-dirty (JPeer264)
2 changes: 1 addition & 1 deletion package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "is-git-dirty",
"version": "1.0.0",
"version": "2.0.0",
"description": "Check if a repository has untracked or added files",
"main": "./dest/index.js",
"types": "./dest/index.d.ts",
Expand Down

0 comments on commit d3dcb50

Please sign in to comment.