diff --git a/CHANGELOG.md b/CHANGELOG.md index 8b66109a..a4e014a5 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,6 +7,12 @@ worked before. :star: — some new thing has been added. :green_apple: — some bad thing has been fixed. +## 18.10.2015, Version 3.0.3 + +#### Parsing rules + +:green_apple: Fixed parsing of spaces inside interpolations in Sass and SCSS. + ## 18.10.2015, Version 3.0.2 #### Parsing rules diff --git a/README.md b/README.md index e7337f23..37406733 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,4 @@ -# Gonzales PE @3.0.2 +# Gonzales PE @3.0.3 [![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.0.2 +npm install -g gonzales-pe@3.0.3 ``` (2) To install parser as a project dependency: ```bash -npm install --save gonzales-pe@3.0.2 +npm install --save gonzales-pe@3.0.3 ``` (3) If for some reason you want to build files yourself: diff --git a/package.json b/package.json index 2111a177..5f5e3ccb 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "gonzales-pe", "description": "Gonzales Preprocessor Edition (fast CSS parser)", - "version": "3.0.2", + "version": "3.0.3", "homepage": "http://github.com/tonyganch/gonzales-pe", "bugs": "http://github.com/tonyganch/gonzales-pe/issues", "license": "MIT",