From a52e34eda7f8b825ebb816d486f17acff2f15b0b Mon Sep 17 00:00:00 2001 From: Daniel Imhoff Date: Mon, 1 Feb 2016 17:01:27 -0600 Subject: [PATCH] bump to 0.7.0 --- CHANGELOG.md | 4 ++++ package.json | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index c630cad..5700a9b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,7 @@ +# 0.7.0 + +* Add --noresources flag to package builds to optionally do nothing with resources. + # 0.6.4 * Fix(serve): stop setting address to null when checking for address/port conflicts with localhost. diff --git a/package.json b/package.json index 979e71a..3a26ae1 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "ionic-app-lib", - "version": "0.6.5", + "version": "0.7.0", "description": "A library for creating and developing Ionic Framework mobile apps.", "homepage": "http://ionicframework.com/", "main": "index.js",