diff --git a/CHANGELOG.md b/CHANGELOG.md index 0f19bcb0..4a89ba66 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,9 @@ All notable changes to this project will be documented in this file. This project adheres to [Semantic Versioning](https://semver.org/). +## [2.0.2] - 2021-04-24 +### Updated +- Revert to function() instead of fat arrow functions to preserve `this` ## [2.0.1] - 2019-02-11 ### Added - Snyk monitoring @@ -93,6 +96,7 @@ This project adheres to [Semantic Versioning](https://semver.org/). ### Added - TravisCI build badge. +[2.0.2]: https://github.com/timbeadle/grunt-cfpathcheck/compare/2.0.1...2.0.2 [2.0.1]: https://github.com/timbeadle/grunt-cfpathcheck/compare/2.0.0...2.0.1 [2.0.0]: https://github.com/timbeadle/grunt-cfpathcheck/compare/1.2.0...2.0.0 [1.2.0]: https://github.com/timbeadle/grunt-cfpathcheck/compare/1.1.1...1.2.0