diff --git a/CHANGELOG.md b/CHANGELOG.md index d6d24512..ebe5b3d6 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,6 +7,13 @@ worked before. :star: — some new thing has been added. :green_apple: — some bad thing has been fixed. +## 19.10.2015, Version 3.1.1 + +#### Parsing rules + +:green_apple: Fixed parsing of selectors starting or ending with a combinator +in Less, Sass and SCSS. + ## 18.10.2015, Version 3.1.0 #### CLI diff --git a/README.md b/README.md index cecb951a..ca26b93d 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,4 @@ -# Gonzales PE @3.1.0 +# Gonzales PE @3.1.1 [![Build Status](https://travis-ci.org/tonyganch/gonzales-pe.svg?branch=3.0)] (https://travis-ci.org/tonyganch/gonzales-pe) @@ -11,13 +11,13 @@ Currently those are supported: SCSS, Sass, LESS. (1) To install command-line tool globally: ```bash -npm install -g gonzales-pe@3.1.0 +npm install -g gonzales-pe@3.1.1 ``` (2) To install parser as a project dependency: ```bash -npm install --save gonzales-pe@3.1.0 +npm install --save gonzales-pe@3.1.1 ``` (3) If for some reason you want to build files yourself: diff --git a/package.json b/package.json index 9338a230..fdbfe8bb 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "gonzales-pe", "description": "Gonzales Preprocessor Edition (fast CSS parser)", - "version": "3.1.0", + "version": "3.1.1", "homepage": "http://github.com/tonyganch/gonzales-pe", "bugs": "http://github.com/tonyganch/gonzales-pe/issues", "license": "MIT",