From 91402de912a328ab99c14ba2e3b74bcf0456d03b Mon Sep 17 00:00:00 2001 From: Chris Thielen Date: Tue, 30 Jan 2018 10:26:59 -0800 Subject: [PATCH] 2.2.5 --- CHANGELOG.md | 10 ++++++++++ package.json | 2 +- 2 files changed, 11 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index a76462d..fe40405 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,13 @@ +## 2.2.5 (2018-01-30) +[Compare `@uirouter/publish-scripts` versions 2.2.4 and 2.2.5](https://github.com/ui-router/publish-scripts/compare/2.2.4...2.2.5) + +### Features + +* **test:downstream:** Move downstream projects into temp dir before running tests ([5a85e33](https://github.com/ui-router/publish-scripts/commit/5a85e33)) + + + + ## 2.2.4 (2017-12-30) [Compare `@uirouter/publish-scripts` versions 2.2.3 and 2.2.4](https://github.com/ui-router/publish-scripts/compare/2.2.3...2.2.4) diff --git a/package.json b/package.json index 8b88971..71fc34d 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@uirouter/publish-scripts", - "version": "2.2.4", + "version": "2.2.5", "description": "Helper scripts for publishing UI-Router projects", "main": "x", "repository": {