diff --git a/CHANGELOG.md b/CHANGELOG.md index e6452e6..26d224a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,9 @@ +## [3.0.15](https://github.com/apasov/animatable-properties/compare/v3.0.14...v3.0.15) (2022-05-03) + +### Features + +- upgrade mdn-data to v2.0.27 ([6bc1d1e](https://github.com/apasov/animatable-properties/commit/6bc1d1e802f6ab20fad65078bc11fcaa2ed8fcbf)) + ## [3.0.14](https://github.com/apasov/animatable-properties/compare/v3.0.13...v3.0.14) (2021-12-22) ### Features diff --git a/package.json b/package.json index 4fb3cce..c3387ec 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "animatable-properties", - "version": "3.0.14", + "version": "3.0.15", "description": "Animatable CSS properties for use with Web Animations API, JavaScript and CSS", "main": "src/index.js", "author": "Ilya Apasov",