diff --git a/CHANGELOG.md b/CHANGELOG.md index f74efae..0e50925 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,10 @@ All notable changes to this project will be documented in this file. This project adheres to [Semantic Versioning](http://semver.org/). +## [2.0.4] - 2019-01-04 +### Fixed +- Inappropriate modification of `steps` function arguments + ## [2.0.3] - 2018-12-21 ### Fixed - Don't modify inappropriate animation keywords diff --git a/package.json b/package.json index 16992b0..e7bbc73 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "postcss-modules-local-by-default", - "version": "2.0.3", + "version": "2.0.4", "description": "A CSS Modules transform to make local scope the default", "main": "src/index.js", "engines": {