Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Release 2.1.0-beta.12 #160

Merged
merged 1 commit into from
Oct 19, 2016
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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": {}
}