Skip to content

Commit

Permalink
bump version && doc
Browse files Browse the repository at this point in the history
  • Loading branch information
atian25 committed Nov 7, 2015
1 parent 1256bf9 commit def43d7
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 2 deletions.
4 changes: 4 additions & 0 deletions History.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
1.9.0 / 2015-11-07
==================

* feat: lowercase the first letter

1.8.0 / 2015-07-29
==================
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ $ npm install loading

- `module.exports = function (app)` module as initialization function

- map `Pascal Case` modules -> `Lower Camel Case` such as `raw_modules` -> `rawModules`
- map `Pascal Case` modules -> `Lower Camel Case` such as `raw_modules` -> `rawModules`, `SomeClass` -> `someClass`

## Usage

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": "loading",
"version": "1.8.0",
"version": "1.9.0",
"description": "loading dir files as module to an object",
"main": "index.js",
"scripts": {
Expand Down

0 comments on commit def43d7

Please sign in to comment.