From 3f97f3e73701d3b6faed2fd9fbeb4bec81695fe5 Mon Sep 17 00:00:00 2001 From: Tony Ganch Date: Wed, 18 May 2016 16:13:45 +0200 Subject: [PATCH] v3.3.3 --- CHANGELOG.md | 4 ++++ README.md | 6 +++--- package.json | 2 +- 3 files changed, 8 insertions(+), 4 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 49c3aeab..dec720be 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. +## 18.05.2016, Version 3.3.3 + +:green_apple: Fixed prepublish script to build lib. + ## 18.05.2016, Version 3.3.2 :star: Added AppVeyor badge. diff --git a/README.md b/README.md index e90a2ad3..aff1cfa3 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,4 @@ -# Gonzales PE @3.3.2 +# Gonzales PE @3.3.3 [![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.2 +npm install -g gonzales-pe@3.3.3 ``` (2) To install parser as a project dependency: ```bash -npm install --save gonzales-pe@3.3.2 +npm install --save gonzales-pe@3.3.3 ``` (3) If for some reason you want to build files yourself: diff --git a/package.json b/package.json index 06c56c99..bf246f7f 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "gonzales-pe", "description": "Gonzales Preprocessor Edition (fast CSS parser)", - "version": "3.3.2", + "version": "3.3.3", "homepage": "http://github.com/tonyganch/gonzales-pe", "bugs": "http://github.com/tonyganch/gonzales-pe/issues", "license": "MIT",