diff --git a/README.md b/README.md index 5ee8f47..d4b3707 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,4 @@ -# jit-grunt 0.9.1 [![NPM version](https://badge.fury.io/js/jit-grunt.png)](http://badge.fury.io/js/jit-grunt) [![Build Status](https://secure.travis-ci.org/shootaroo/jit-grunt.png?branch=master)](http://travis-ci.org/shootaroo/jit-grunt) [![Built with Grunt](https://cdn.gruntjs.com/builtwith.png)](http://gruntjs.com/) +# jit-grunt 0.10.0 [![NPM version](https://badge.fury.io/js/jit-grunt.png)](http://badge.fury.io/js/jit-grunt) [![Build Status](https://secure.travis-ci.org/shootaroo/jit-grunt.png?branch=master)](http://travis-ci.org/shootaroo/jit-grunt) [![Built with Grunt](https://cdn.gruntjs.com/builtwith.png)](http://gruntjs.com/) A JIT(Just In Time) plugin loader for Grunt. Load time of Grunt does not slow down even if there are many plugins. @@ -154,6 +154,7 @@ https://github.com/shootaroo/jit-grunt/tree/master/example ## Release History +- 2016-02-23 v0.10.0 Add option cwd. - 2015-02-02   v0.9.1   Support npm private modules. - 2014-10-15   v0.9.0   Support parent directories of node_modules. - 2014-08-07   v0.8.0   Support grunt.registerTask in plugin #19. diff --git a/package.json b/package.json index c70e84b..9c0b33f 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "jit-grunt", - "version": "0.9.1", + "version": "0.10.0", "description": "JIT plugin loader for Grunt.", "keywords": [ "grunt",