From 48332716ed7662f14a5b0de7f9a07d9fc16a0810 Mon Sep 17 00:00:00 2001 From: Tobias Winkler Date: Thu, 19 Sep 2019 11:21:12 +0200 Subject: [PATCH] update versions and versions.md [CORE-390OC] --- VERSIONS.md | 10 ++++++++-- package.json | 2 +- 2 files changed, 9 insertions(+), 3 deletions(-) diff --git a/VERSIONS.md b/VERSIONS.md index 462e96c..88ba456 100644 --- a/VERSIONS.md +++ b/VERSIONS.md @@ -2,14 +2,20 @@ ## Next Version ### Features + +### Fixes + +### Deprecations + + +## Version 2.5.0 +### Features - add `deploy-repl` command so the usual deployment configuration can be used, to start a repl with deployment configuration - use new favicon ### Fixes - use new `getSmartAgentAuthHeaders` to build `EvanAuth` header for smart-agent requests -### Deprecations - ## Version 2.4.0 ### Features diff --git a/package.json b/package.json index 4f19189..21dabbf 100644 --- a/package.json +++ b/package.json @@ -143,5 +143,5 @@ "serve": "gulp --cwd . --gulpfile gulp/serve.js serve", "serve-build": "gulp --cwd . --gulpfile gulp/serve.js serve --build" }, - "version": "2.4.0" + "version": "2.5.0" } \ No newline at end of file