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 11, 2016
1 parent ecd9b5b commit 7dc65fc
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 6 deletions.
15 changes: 10 additions & 5 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -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",
Expand Down

0 comments on commit 7dc65fc

Please sign in to comment.