From 42114d45a49b59e0db9be9cd1013af9e4b653b18 Mon Sep 17 00:00:00 2001 From: Chris Thielen Date: Mon, 7 Oct 2019 19:04:31 -0700 Subject: [PATCH] 2.3.33 --- CHANGELOG.md | 10 ++++++++++ package.json | 2 +- 2 files changed, 11 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 9efb197..d5079ea 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,13 @@ +## 2.3.33 (2019-10-08) +[Compare `@uirouter/publish-scripts` versions 2.3.32 and 2.3.33](https://github.com/ui-router/publish-scripts/compare/2.3.32...2.3.33) + +### Bug Fixes + +* **release:** After 'git commit', then run 'git add' in case Prettier formatted them ([28fe683](https://github.com/ui-router/publish-scripts/commit/28fe683)) + + + + ## 2.3.32 (2019-10-07) [Compare `@uirouter/publish-scripts` versions 2.3.31 and 2.3.32](https://github.com/ui-router/publish-scripts/compare/2.3.31...2.3.32) diff --git a/package.json b/package.json index 5da7dfa..534168d 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@uirouter/publish-scripts", - "version": "2.3.32", + "version": "2.3.33", "description": "Helper scripts for publishing UI-Router projects", "main": "x", "repository": {