Skip to content

Commit

Permalink
Release 2.0.8
Browse files Browse the repository at this point in the history
- Hot Fix: #111
  • Loading branch information
Jonathan Casarrubias committed Sep 6, 2016
1 parent c6cae3b commit 10035dd
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 2 deletions.
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.0.8

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

## Release 2.0.7

- Added contributors to ACII Splash
Expand Down
2 changes: 1 addition & 1 deletion lib/angular2/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -372,7 +372,7 @@ module.exports = function generate(ctx) {
{ module: 'rxjs/add/operator/map' },
];

if (isIo) {
if (isIo === 'enabled') {
imports.push({ module: 'Subject', from: 'rxjs/Subject'});
imports.push({ module: 'SocketConnections', from: '../../sockets/socket.connections'});
}
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": "@mean-expert/loopback-sdk-builder",
"version": "2.0.7",
"version": "2.0.8",
"description": "Tool for auto-generating Software Development Kits (SDKs) for LoopBack",
"bin": {
"lb-sdk": "bin/lb-sdk"
Expand Down

0 comments on commit 10035dd

Please sign in to comment.