diff --git a/CHANGELOG.md b/CHANGELOG.md index dc70f9f..fbc2616 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ ## [Unreleased] +### [0.1.4](https://github.com/pusewicz/statique/compare/v0.1.3...v0.1.4) (2022-02-17) + + +### Bug Fixes + +* Drop tilt direct dependency ([d893a2e](https://github.com/pusewicz/statique/commit/d893a2e847e6317e6e7b80d1179ecd966e1bfc3a)) + ### [0.1.3](https://github.com/pusewicz/statique/compare/v0.1.1...v0.1.3) (2022-02-16) diff --git a/lib/statique/version.rb b/lib/statique/version.rb index 78047ab..0ee1af5 100644 --- a/lib/statique/version.rb +++ b/lib/statique/version.rb @@ -1,5 +1,5 @@ # frozen_string_literal: true class Statique - VERSION = "0.1.3" + VERSION = "0.1.4" end