From 7dc65fc33cd463fce87180fd83dc83deea1864f8 Mon Sep 17 00:00:00 2001 From: Simon Smith Date: Thu, 11 Feb 2016 00:02:48 +0000 Subject: [PATCH] 1.0.0 --- CHANGELOG.md | 15 ++++++++++----- package.json | 2 +- 2 files changed, 11 insertions(+), 6 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index ff7a33b..bba5737 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,20 +1,25 @@ -=== HEAD +### HEAD -=== 0.2.1 (June 24, 2014) +### 1.0.0 (February 10, 2016) + +* Upgrade to latest preprocessor +* Ensure `test.css` passes stylelint conformance + +### 0.2.1 (June 24, 2014) * Add `.css` extension to imports for interoperability. -=== 0.2.0 (June 22, 2014) +### 0.2.0 (June 22, 2014) * npm-based workflow. * Add new preprocessor build tools. -=== 0.1.1 (April 5, 2014) +### 0.1.1 (April 5, 2014) * Add npm support. * Stop using CSSLint for development linting. * Use Component(1) for development and idiomatic test file. -=== 0.1.0 (October 19, 2013) +### 0.1.0 (October 19, 2013) * Initial release. diff --git a/package.json b/package.json index 926f5b8..ae96183 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "suitcss-components-test", "description": "CSS to help test the visual presentation of components", - "version": "0.2.1", + "version": "1.0.0", "style": "index.css", "files": [ "index.css",