diff --git a/CHANGELOG.md b/CHANGELOG.md index df796528..e07e30a5 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,7 +7,7 @@ worked before. :star: — some new thing has been added. :green_apple: — some bad thing has been fixed. -## 23.08.2017, version 4.1.0 +## 23.08.2017, version 4.1.1 :star: Unified codebase style across syntaxes. :green_apple: Fixed parsing of URLs in Sass and SCSS. diff --git a/package.json b/package.json index 997f3603..3dba4681 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "gonzales-pe", "description": "Gonzales Preprocessor Edition (fast CSS parser)", - "version": "4.1.0", + "version": "4.1.1", "homepage": "http://github.com/tonyganch/gonzales-pe", "bugs": "http://github.com/tonyganch/gonzales-pe/issues", "license": "MIT",