From 99bdc47b0c194e1b50f870099c8013e3df460579 Mon Sep 17 00:00:00 2001 From: GoalSmashers Date: Mon, 8 Apr 2013 08:30:17 +0200 Subject: [PATCH] Version 1.0.1. --- History.md | 6 ++++++ package.json | 2 +- 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/History.md b/History.md index a02aa3bc..f9a01547 100644 --- a/History.md +++ b/History.md @@ -1,3 +1,9 @@ +1.0.1 / 2013-04-08 +================== + +* Do not pick up `bench` and `test` while building `npm` package. + By [@sindresorhus](https://https://github.com/sindresorhus). + 1.0.0 / 2013-03-30 ================== diff --git a/package.json b/package.json index b5169cdd..670d7b73 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "clean-css", - "version": "1.0.0", + "version": "1.0.1", "author": "Jakub Pawlowicz (http://twitter.com/GoalSmashers)", "description": "A well-tested CSS minifier", "keywords": [ -- 2.34.1