Skip to content

Commit

Permalink
Update history and bump version to 1.1.5
Browse files Browse the repository at this point in the history
  • Loading branch information
lukejagodzinski committed Oct 26, 2015
1 parent bf6e239 commit b0607f6
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions HISTORY.md
Original file line number Diff line number Diff line change
@@ -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
Expand Down
2 changes: 1 addition & 1 deletion package.js
Original file line number Diff line number Diff line change
@@ -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'
});
Expand Down

0 comments on commit b0607f6

Please sign in to comment.