Skip to content

Commit

Permalink
update CHANGELOG
Browse files Browse the repository at this point in the history
  • Loading branch information
simenandre committed Mar 24, 2021
1 parent 05a82a1 commit ec561b3
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@ _(none)_
## 1.0.1 (2021-03-24)

- **fix**: `has-changed` was false, even though stuff was changed.
- Removed some unused dependencies, cleaned up and improved `package.json`

## 1.0.0 (2021-03-24)

Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@
},
"husky": {
"hooks": {
"pre-commit": "yarn build && git add dist/* && lint-staged"
"pre-commit": "yarn build && lint-staged"
}
}
}

0 comments on commit ec561b3

Please sign in to comment.