From 5a67475bdde01aa370bcf6e6881665739092984f Mon Sep 17 00:00:00 2001 From: Simon Smith Date: Sat, 27 Feb 2016 15:55:17 +0000 Subject: [PATCH] 1.0.0 --- CHANGELOG.md | 17 +++++++++++------ package.json | 2 +- 2 files changed, 12 insertions(+), 7 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index a53a06a..17b980b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,22 +1,27 @@ -=== HEAD +### HEAD -=== 0.2.2. (October 28, 2014) +### 1.0.0 (February 27, 2016) + +* Upgrade to latest preprocessor +* Enable BEM linting + +### 0.2.2. (October 28, 2014) * Add support for JS module bundling (e.g., webpack, AMD loaders) -=== 0.2.1 (June 24, 2014) +### 0.2.1 (June 24, 2014) Add `.css` extension to imports for interoperability. -=== 0.2.0 (June 21, 2014) +### 0.2.0 (June 21, 2014) * npm-based workflow. * Add new preprocessor build tool. -=== 0.1.1 (March 26, 2014) +### 0.1.1 (March 26, 2014) * Fix npm support. -=== 0.1.0 (March 24, 2014) +### 0.1.0 (March 24, 2014) * Initial release. diff --git a/package.json b/package.json index 60b5d06..1872027 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "suitcss-utils-align", "description": "Vertical alignment utilities for SUIT CSS", - "version": "0.2.2", + "version": "1.0.0", "style": "index.css", "files": [ "index.css",