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 <code@rebertia.com>2014-05-04 03:31:46 +0400
committerChris Rebert <code@rebertia.com>2014-05-04 03:31:46 +0400
commite4c2d33c4cbff38414efda49664d868ced554537 (patch)
tree70ec3fb29813bfe159c817568b9bdf90f37baf97 /README.md
parentbc8bb558591f5e1b662b7f149dc63aaf51eb97a1 (diff)
add release notes for v0.2.2
Diffstat (limited to 'README.md')
-rw-r--r--README.md6
1 files changed, 6 insertions, 0 deletions
diff --git a/README.md b/README.md
index d79fad0..404b5ae 100644
--- a/README.md
+++ b/README.md
@@ -102,6 +102,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.2 (2014-05-03)
+ * Add missing spaces before parameter lists in function expressions.
+ * Simplify `license` field in `package.json`.
+ * Bump `grunt-contrib-jshint` to `~0.10.0`.
+ * Bump `grunt-jscs-checker` to `~0.4.2`.
+ * Remove obsolete JSHint options in favor of JSCS.
* v0.2.1 (2014-03-13)
* Fix required Grunt version mentioned in README.
* Update dependencies and sort them by name.