From 2b451e14dcffcb3883b1393f988d1e68779b9aed Mon Sep 17 00:00:00 2001 From: evilebottnawi Date: Wed, 6 Feb 2019 17:58:13 +0300 Subject: [PATCH] chore(release): 2.0.5 --- CHANGELOG.md | 4 ++++ package.json | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 0e50925..b7ec456 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.5] - 2019-02-06 +### Fixed +- Path to `index.js` + ## [2.0.4] - 2019-01-04 ### Fixed - Inappropriate modification of `steps` function arguments diff --git a/package.json b/package.json index 35111ac..35da4b5 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "postcss-modules-local-by-default", - "version": "2.0.4", + "version": "2.0.5", "description": "A CSS Modules transform to make local scope the default", "main": "index.js", "engines": {