From 2821078273e4cd7fef082f10fdfdcd58cf9a5e2c Mon Sep 17 00:00:00 2001 From: Raymond Feng Date: Wed, 13 Jan 2016 16:10:56 -0800 Subject: [PATCH] 2.2.0 * remove references to ubuntu font (Anthony Ettinger) * Update swaggerObject when a new model was added (Pradeep Kumar Tippa) * Refer to licenses with a link (Sam Roberts) --- CHANGES.md | 10 ++++++++++ package.json | 2 +- 2 files changed, 11 insertions(+), 1 deletion(-) diff --git a/CHANGES.md b/CHANGES.md index ef4f7d7..f254e3b 100644 --- a/CHANGES.md +++ b/CHANGES.md @@ -1,3 +1,13 @@ +2016-01-14, Version 2.2.0 +========================= + + * remove references to ubuntu font (Anthony Ettinger) + + * Update swaggerObject when a new model was added (Pradeep Kumar Tippa) + + * Refer to licenses with a link (Sam Roberts) + + 2015-10-01, Version 2.1.1 ========================= diff --git a/package.json b/package.json index 742733a..3b7da2b 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "loopback-component-explorer", - "version": "2.1.1", + "version": "2.2.0", "description": "Browse and test your LoopBack app's APIs", "main": "index.js", "scripts": {