Skip to content

Commit

Permalink
Release 2.1.0-beta.12 🚀
Browse files Browse the repository at this point in the history
- Hot Fix: #159
  • Loading branch information
Jonathan Casarrubias committed Oct 19, 2016
1 parent a617221 commit 852babf
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 7 deletions.
File renamed without changes.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,10 @@

This file is created to keep history of the LoopBack SDK Builder, it does not consider or keeps any history of its parent module `loopback-sdk-angular`.

## Release 2.1.0-beta.12

- Hot Fix: https://github.com/mean-expert-official/loopback-sdk-builder/issues/159

## Release 2.1.0-beta.11

- Fix: https://github.com/mean-expert-official/loopback-sdk-builder/issues/157
Expand Down
14 changes: 7 additions & 7 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@mean-expert/loopback-sdk-builder",
"version": "2.1.0-beta.11",
"version": "2.1.0-beta.12",
"description": "Tool for auto-generating Software Development Kits (SDKs) for LoopBack",
"bin": {
"lb-sdk": "bin/lb-sdk"
Expand Down Expand Up @@ -57,13 +57,13 @@
"url": "https://github.com/mean-expert-official/loopback-sdk-builder/issues"
},
"dependencies": {
"chalk": "^1.1.3",
"ejs": "^1.0",
"chalk": "1.1.3",
"ejs": "1.0",
"extfs": "0.0.7",
"mkdirp": "^0.5.1",
"optimist": "^0.6.1",
"rimraf": "^2.5.3",
"semver": "^2.2.1"
"mkdirp": "0.5.1",
"optimist": "0.6.1",
"rimraf": "2.5.3",
"semver": "4.3.2"
},
"devDependencies": {}
}

0 comments on commit 852babf

Please sign in to comment.