Skip to content

Commit 2b451e1

Browse files
chore(release): 2.0.5
1 parent be41575 commit 2b451e1

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.5] - 2019-02-06
6+
### Fixed
7+
- Path to `index.js`
8+
59
## [2.0.4] - 2019-01-04
610
### Fixed
711
- Inappropriate modification of `steps` function arguments

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.4",
3+
"version": "2.0.5",
44
"description": "A CSS Modules transform to make local scope the default",
55
"main": "index.js",
66
"engines": {

0 commit comments

Comments
 (0)