Skip to content

Commit

Permalink
release(roc-plugin-repo): 0.1.2
Browse files Browse the repository at this point in the history
  • Loading branch information
dlmr committed Jan 19, 2018
1 parent 00f5465 commit eced6ff
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 1 deletion.
9 changes: 9 additions & 0 deletions extensions/roc-plugin-repo/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,12 @@
<a name="0.1.2"></a>
## 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.


<a name="0.1.1"></a>
## 0.1.1 (2018-01-19)

Expand Down
2 changes: 1 addition & 1 deletion extensions/roc-plugin-repo/package.json
Original file line number Diff line number Diff line change
@@ -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": [
Expand Down

0 comments on commit eced6ff

Please sign in to comment.