We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8fa1cd7 commit 30223a3Copy full SHA for 30223a3
CHANGELOG.md
@@ -2,6 +2,10 @@
2
All notable changes to this project will be documented in this file.
3
This project adheres to [Semantic Versioning](http://semver.org/).
4
5
+## [2.0.4] - 2019-01-04
6
+### Fixed
7
+- Inappropriate modification of `steps` function arguments
8
+
9
## [2.0.3] - 2018-12-21
10
### Fixed
11
- Don't modify inappropriate animation keywords
package.json
@@ -1,6 +1,6 @@
1
{
"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": {
0 commit comments