Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/twbs/grunt-css-flip.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChris Rebert <github@rebertia.com>2014-03-14 00:34:11 +0400
committerChris Rebert <github@rebertia.com>2014-03-14 00:34:11 +0400
commit2d434ccfae475293cbf78c8f00c18f79dbd24a61 (patch)
tree7c79aa6770b2fdd63042d82c82ee3312b0e26a49
parent9619ee974169ed92917c964c1c6945eaa8caea4c (diff)
add v0.2.1 to Release History in README
-rw-r--r--README.md6
1 files changed, 6 insertions, 0 deletions
diff --git a/README.md b/README.md
index cd90463..47b28a1 100644
--- a/README.md
+++ b/README.md
@@ -98,6 +98,12 @@ The project's coding style is laid out in the JSHint and JSCS configurations. Ad
Released under the MIT license. Copyright Chris Rebert 2014.
## Release History
+* v0.2.1 (2014-03-13)
+ * Fix required Grunt version mentioned in README.
+ * Update dependencies and sort them by name.
+ * Remove extra commas from JS & docs examples; (mostly due to `grunt-init gruntplugin`)
+ * Enforce Unix-style newlines via `.gitattributes.`
+ * Use the shields.io theme for the dependency badges.
* v0.2.0 (2014-03-12): Fix/address all outstanding issues. **Backwards-incompatible**.
* **Changed name of task from `css_flip` to `cssflip`.**
* **Bumped Grunt dependency to v0.4.3.**