From fed9573dd570388729e06326708b6ebf8ac76d12 Mon Sep 17 00:00:00 2001 From: Josh Thomas Date: Wed, 9 Nov 2016 12:00:13 -0600 Subject: [PATCH] chore(): update changelog and npm version. --- CHANGELOG.md | 6 +++++- package.json | 2 +- 2 files changed, 6 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 7cf13e8..0537dec 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,4 +1,8 @@ -# 2.1.0 +# 2.1.3 + +# 2.1.2 + +# 2.1.1 * **feat:** add wrapper and starter branch names as options for starting an app. ([f4bb581](https://github.com/driftyco/ionic-app-lib/commit/f4bb581233a4d67213cc27ed2e7b54cf7d114c8f)) * **refactor:** update serve watch patterns to exclude map files. ([2315b9b](https://github.com/driftyco/ionic-app-lib/commit/2315b9bd55fe056126cfa8527536f85dfc68826f)) diff --git a/package.json b/package.json index 0244327..cf0468e 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "ionic-app-lib", - "version": "2.1.2", + "version": "2.1.3", "description": "A library for creating and developing Ionic Framework mobile apps.", "homepage": "http://ionicframework.com/", "main": "index.js",