Skip to content

Commit

Permalink
1.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
simonsmith committed Feb 27, 2016
1 parent adbeaae commit 5a67475
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 7 deletions.
17 changes: 11 additions & 6 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -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",
Expand Down

0 comments on commit 5a67475

Please sign in to comment.