diff --git a/CHANGELOG.md b/CHANGELOG.md index 8629d717..fc343ec9 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,6 +7,17 @@ worked before. :star: — some new thing has been added. :green_apple: — some bad thing has been fixed. +## 21.06.2016, Version 3.3.5 + +:green_apple: Fixed issue with content at-rule and keyframes in Sass and SCSS. +:green_apple: Fixed namespace attribute selector in CSS, Sass and SCSS. +:green_apple: Fixed issue with modulo operator in values in Sass. +:green_apple: Fixed usage of @content with keyframes in Sass and SCSS. +:green_apple: Fixed namespace attribute selector issue in CSS, Sass and SCSS. +:green_apple: Fixed parsing of interpolations in pseudo-classes in Sass and SCSS. +:green_apple: Fixed interpolated percentage keyframe selector issue in Sass and SCSS. +:green_apple: Updated Travis config to not include environment variables. + ## 18.05.2016, Version 3.3.4 :green_apple: Fixed mistake from `@3.3.2` version when parent selector was diff --git a/README.md b/README.md index e17f0e74..7589c2bf 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,4 @@ -# Gonzales PE @3.3.4 +# Gonzales PE @3.3.5 [![Build Status](https://travis-ci.org/tonyganch/gonzales-pe.svg?branch=3.0)] (https://travis-ci.org/tonyganch/gonzales-pe) @@ -13,13 +13,13 @@ Currently those are supported: SCSS, Sass, LESS. (1) To install command-line tool globally: ```bash -npm install -g gonzales-pe@3.3.4 +npm install -g gonzales-pe@3.3.5 ``` (2) To install parser as a project dependency: ```bash -npm install --save gonzales-pe@3.3.4 +npm install --save gonzales-pe@3.3.5 ``` (3) If for some reason you want to build files yourself: diff --git a/package.json b/package.json index b2d10bf7..9cee2ccb 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "gonzales-pe", "description": "Gonzales Preprocessor Edition (fast CSS parser)", - "version": "3.3.4", + "version": "3.3.5", "homepage": "http://github.com/tonyganch/gonzales-pe", "bugs": "http://github.com/tonyganch/gonzales-pe/issues", "license": "MIT",