From f0157ed72b36e117976695e2d5f640ad9d448ad0 Mon Sep 17 00:00:00 2001 From: Dustin Smith Date: Wed, 29 Jun 2016 12:05:50 -0500 Subject: [PATCH] adding 1.3.0 version --- History.md | 4 ++++ package.json | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/History.md b/History.md index f02d75bf..9bb2f544 100644 --- a/History.md +++ b/History.md @@ -1,3 +1,7 @@ +# 1.3.0 + +* Adding eager loading of queries. [#145](https://github.com/C2FO/patio/pull/145) + # 1.2.0 * Fix where text types would be cast to null when empty. [#146](https://github.com/C2FO/patio/pull/146) diff --git a/package.json b/package.json index d5c38c1d..900bf08b 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "patio", "description": "Patio query engine and ORM", - "version": "1.2.0", + "version": "1.3.0", "keywords": [ "ORM", "object relation mapper",