Skip to content

Commit

Permalink
0.10.0
Browse files Browse the repository at this point in the history
  • Loading branch information
shootaroo committed Feb 23, 2016
1 parent 74cae79 commit e37e865
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -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.
Expand Down Expand Up @@ -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.
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "jit-grunt",
"version": "0.9.1",
"version": "0.10.0",
"description": "JIT plugin loader for Grunt.",
"keywords": [
"grunt",
Expand Down

0 comments on commit e37e865

Please sign in to comment.