diff --git a/CHANGELOG.md b/CHANGELOG.md index 387f85c3..540b4f88 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,6 +7,10 @@ worked before. :star: — some new thing has been added. :green_apple: — some bad thing has been fixed. +## 07.02.2016, Version 3.2.6 + +:green_apple: Fixed the issue with installation of the package with npm@3. + ## 07.02.2016, Version 3.2.5 :green_apple: Fixed parsing of nested multiline selectors group. diff --git a/package.json b/package.json index 9deae005..18ada7ac 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "gonzales-pe", "description": "Gonzales Preprocessor Edition (fast CSS parser)", - "version": "3.2.5", + "version": "3.2.6", "homepage": "http://github.com/tonyganch/gonzales-pe", "bugs": "http://github.com/tonyganch/gonzales-pe/issues", "license": "MIT",