From 77a6e8da30b63b7de6d3aa5a8247e74da39f5849 Mon Sep 17 00:00:00 2001 From: Jakub Pawlowicz Date: Thu, 15 Dec 2016 21:12:49 +0100 Subject: [PATCH] Bumps version to 4.0.0-pre. API and CLI compatibility has been broken thus the major version needs to move up. --- History.md | 2 +- package.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/History.md b/History.md index c6c77cf4..7ad43609 100644 --- a/History.md +++ b/History.md @@ -1,4 +1,4 @@ -[3.5.0-pre / 2015-xx-xx](https://github.com/jakubpawlowicz/clean-css/compare/3.4...HEAD) +[4.0.0-pre / 20xx-xx-xx](https://github.com/jakubpawlowicz/clean-css/compare/3.4...HEAD) ================== * Adds more detailed error & warning messages on top of the new tokenizer. diff --git a/package.json b/package.json index d292488b..a1cb57c0 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "clean-css", - "version": "3.5.0-pre", + "version": "4.0.0-pre", "author": "Jakub Pawlowicz (http://twitter.com/jakubpawlowicz)", "description": "A well-tested CSS minifier", "license": "MIT", -- 2.34.1