Skip to content

Commit 30223a3

Browse files
chore(release): 2.0.4
1 parent 8fa1cd7 commit 30223a3

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,10 @@
22
All notable changes to this project will be documented in this file.
33
This project adheres to [Semantic Versioning](http://semver.org/).
44

5+
## [2.0.4] - 2019-01-04
6+
### Fixed
7+
- Inappropriate modification of `steps` function arguments
8+
59
## [2.0.3] - 2018-12-21
610
### Fixed
711
- Don't modify inappropriate animation keywords

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "postcss-modules-local-by-default",
3-
"version": "2.0.3",
3+
"version": "2.0.4",
44
"description": "A CSS Modules transform to make local scope the default",
55
"main": "src/index.js",
66
"engines": {

0 commit comments

Comments
 (0)