From fcac276955a58c4aabcd2b602af046f45cfc73fe Mon Sep 17 00:00:00 2001 From: Raymond Feng Date: Mon, 17 Sep 2018 09:03:33 -0700 Subject: [PATCH] 3.24.0 * Add IBM copyright and MIT license headers (Raymond Feng) * Allow List to take items as instances of a class (Raymond Feng) * fix: ignore extra properties when strict=filter (#1423) (Tom Kirkpatrick) * Add EventEmitter type info to DataSource type (shimks) --- CHANGES.md | 12 ++++++++++++ package.json | 2 +- 2 files changed, 13 insertions(+), 1 deletion(-) diff --git a/CHANGES.md b/CHANGES.md index 1b2d0b10..110eb55b 100644 --- a/CHANGES.md +++ b/CHANGES.md @@ -1,3 +1,15 @@ +2018-09-17, Version 3.24.0 +========================== + + * Add IBM copyright and MIT license headers (Raymond Feng) + + * Allow List to take items as instances of a class (Raymond Feng) + + * fix: ignore extra properties when strict=filter (#1423) (Tom Kirkpatrick) + + * Add EventEmitter type info to DataSource type (shimks) + + 2018-07-16, Version 3.23.0 ========================== diff --git a/package.json b/package.json index 14541cd9..a2446d55 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "loopback-datasource-juggler", - "version": "3.23.0", + "version": "3.24.0", "publishConfig": { "export-tests": true },