diff --git a/CHANGELOG.md b/CHANGELOG.md index ecdb6dc..6a4d189 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,2 +1,6 @@ +## 1.0.1 - Fix for node 0.10 & 0.12 +* fixed TypeError: Object has no method 'includes'. + ## 1.0.0 - Initial release * PostCSS plugin to add a selector prefix to all selectors. + diff --git a/README.md b/README.md index 91adf39..21c374a 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,5 @@ -# PostCSS Selector Prefix [![NPM version][npm-image]][npm-url] [![Build Status][travis-image]][travis-url] [![Dependency Status][daviddm-image]][daviddm-url] +# PostCSS Selector Prefix +[![NPM version][npm-image]][npm-url] [![Build Status][travis-image]][travis-url] [![Dependency Status][daviddm-image]][daviddm-url] [PostCSS] plugin to add a selector prefix to all selectors. diff --git a/package.json b/package.json index 20f1547..9b1a5ff 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "postcss-selector-prefix", - "version": "1.0.0", + "version": "1.0.1", "description": "PostCSS plugin to add a selector prefix to all selectors.", "keywords": [ "postcss",