From 1c8cea1fa4dcd9439d51d4b87d7e5b0490d0582d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Miroslav=20Bajto=C5=A1?= Date: Tue, 8 Sep 2015 18:19:52 +0200 Subject: [PATCH] 2.0.1 * Sort APIs and operations. (Samuel Reed) --- CHANGES.md | 6 ++++++ package.json | 2 +- 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/CHANGES.md b/CHANGES.md index 7539eab..1f528d5 100644 --- a/CHANGES.md +++ b/CHANGES.md @@ -1,3 +1,9 @@ +2015-09-08, Version 2.0.1 +========================= + + * Sort APIs and operations. (Samuel Reed) + + 2015-09-04, Version 2.0.0 ========================= diff --git a/package.json b/package.json index ce8d270..8161be6 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "loopback-explorer", - "version": "2.0.0", + "version": "2.0.1", "description": "Browse and test your LoopBack app's APIs", "main": "index.js", "scripts": {