From f96ceef3dcfc6501a00421e58b4b59285e4bd727 Mon Sep 17 00:00:00 2001 From: Jonathan Date: Thu, 2 Nov 2017 18:55:12 -0600 Subject: [PATCH] Hotfix package and changelog version --- CHANGELOG.md | 8 ++++++++ package.json | 2 +- 2 files changed, 9 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 5cd30c56..ec6cf769 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,14 @@ 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 +Release 2.1.0 + +Implemented Angular 2+ SDK +Implemented ReactJS SDK +Implemented NGRX / ORM +Thanks a lot to all the contributors for making this possible, special tanks goes to @JonnyBGod and @kattsushi for React and NgRX Implementations. + ## Release 2.1.0-rc.14 - Milestone Details: https://github.com/mean-expert-official/loopback-sdk-builder/milestone/48?closed=1 diff --git a/package.json b/package.json index 0abaeabe..de00f248 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@mean-expert/loopback-sdk-builder", - "version": "2.1.0-rc.14", + "version": "2.1.0", "description": "Tool for auto-generating Software Development Kits (SDKs) for LoopBack", "bin": { "lb-sdk": "bin/lb-sdk"