From eced6ffa81e0d0a38dbcba0d3f4a356150b619ac Mon Sep 17 00:00:00 2001 From: Gustaf Dalemar Date: Fri, 19 Jan 2018 14:58:03 +0100 Subject: [PATCH] release(roc-plugin-repo): 0.1.2 --- extensions/roc-plugin-repo/CHANGELOG.md | 9 +++++++++ extensions/roc-plugin-repo/package.json | 2 +- 2 files changed, 10 insertions(+), 1 deletion(-) diff --git a/extensions/roc-plugin-repo/CHANGELOG.md b/extensions/roc-plugin-repo/CHANGELOG.md index c8408e1..f204cc3 100644 --- a/extensions/roc-plugin-repo/CHANGELOG.md +++ b/extensions/roc-plugin-repo/CHANGELOG.md @@ -1,3 +1,12 @@ + +## 0.1.2 (2018-01-19) + +### Bug Fixes + +* Don't normalize paths since that can create issues ([00f5465](https://github.com/rocjs/roc-repo/commit/00f5465)) + * Some integrations needs the full path to work correctly given their assumptions of the name. + + ## 0.1.1 (2018-01-19) diff --git a/extensions/roc-plugin-repo/package.json b/extensions/roc-plugin-repo/package.json index b9029eb..92f2546 100644 --- a/extensions/roc-plugin-repo/package.json +++ b/extensions/roc-plugin-repo/package.json @@ -1,6 +1,6 @@ { "name": "roc-plugin-repo", - "version": "0.1.1", + "version": "0.1.2", "description": "Roc plugin making it easy to manage JavaScript repositories", "main": "lib/index.js", "files": [