From 32f760a461ad0494802486f25775b3bf4443dedc Mon Sep 17 00:00:00 2001 From: John-David Dalton Date: Sat, 7 Dec 2013 23:28:02 -0800 Subject: [PATCH] Add semantic versioning note to readme. [ci skip] --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index b8f985f68..405e23861 100644 --- a/README.md +++ b/README.md @@ -25,6 +25,7 @@ A list of upcoming features is available on our [roadmap](https://github.com/lod * 100% [code coverage](https://coveralls.io/r/lodash) * AMD loader support ([curl](https://github.com/cujojs/curl), [dojo](http://dojotoolkit.org/), [requirejs](http://requirejs.org/), etc.) + * Follows [semantic versioning](http://semver.org/) for releases * [_(…)](http://lodash.com/docs#_) supports intuitive chaining * [_.at](http://lodash.com/docs#at) for cherry-picking collection values * [_.bindKey](http://lodash.com/docs#bindKey) for binding [*“lazy”*](http://michaux.ca/articles/lazy-function-definition-pattern) defined methods