diff --git a/CHANGELOG.md b/CHANGELOG.md index 70914ef9..6e6af9f5 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,9 @@ # Overcommit Changelog +## 0.70.0 + +* Add `oxfmt` and `oxlint` pre-commit hooks + ## 0.69.0 * Fix processor count detection in sandboxed environments diff --git a/lib/overcommit/version.rb b/lib/overcommit/version.rb index ac5cff83..a9a20768 100644 --- a/lib/overcommit/version.rb +++ b/lib/overcommit/version.rb @@ -2,5 +2,5 @@ # Defines the gem version. module Overcommit - VERSION = '0.69.0' + VERSION = '0.70.0' end