From b0607f6a2cce3ae496af9b7e0d7e3fc100164f28 Mon Sep 17 00:00:00 2001 From: jagi Date: Mon, 26 Oct 2015 09:20:02 +0100 Subject: [PATCH] Update history and bump version to 1.1.5 --- HISTORY.md | 4 ++++ package.js | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/HISTORY.md b/HISTORY.md index 410c1be..b08a4eb 100644 --- a/HISTORY.md +++ b/HISTORY.md @@ -1,3 +1,7 @@ +# 1.1.5 (2015-10-26) + +- I hope it's a last fix to the `pull()` method :). Now it solves a problem with assumption that nested field is instance of the Astronomy class + # 1.1.4 (2015-10-24) - Fix the `pull()` method to not convert array of nested classes to array of plain objects diff --git a/package.js b/package.js index 19e4b6a..cea277b 100644 --- a/package.js +++ b/package.js @@ -1,6 +1,6 @@ Package.describe({ summary: 'Model layer for Meteor', - version: '1.1.4', + version: '1.1.5', name: 'jagi:astronomy', git: 'https://github.com/jagi/meteor-astronomy.git' });