diff --git a/CHANGELOG.md b/CHANGELOG.md new file mode 100644 index 0000000..08a4e02 --- /dev/null +++ b/CHANGELOG.md @@ -0,0 +1,13 @@ +# Mix + +## 1.1.0 – 2019-02-08 + +- Added `mix_any()` as a new function to work with Mix outside of WordPress themes. Read [the documentation in the README](https://github.com/mindkomm/theme-lib-mix#mix_any). + +## 1.0.1 - 2018-02-22 + +- Fixed double slashes in path. + +## 1.0.0 – 2018-02-13 + +Initial release.