From f393e1af6c53562adf3a4c311b24fd9a5f4402cd Mon Sep 17 00:00:00 2001 From: Robbert Korving Date: Sun, 26 Jul 2015 19:33:45 +0200 Subject: [PATCH] version bumb --- CHANGELOG.md | 4 ++++ README.md | 3 ++- package.json | 2 +- 3 files changed, 7 insertions(+), 2 deletions(-) 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",