Skip to content

Commit

Permalink
chore(release): 0.2.1
Browse files Browse the repository at this point in the history
  • Loading branch information
tunnckoCore committed Jan 9, 2017
1 parent 4001913 commit 4006de4
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 2 deletions.
12 changes: 12 additions & 0 deletions CHANGELOG.md
Expand Up @@ -2,6 +2,18 @@

All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines.

<a name="0.2.1"></a>
## [0.2.1](https://github.com/tunnckocore/resolve-plugins-sync/compare/v0.2.0...v0.2.1) (2017-01-09)


### Bug Fixes

* **codeclimate:** add "support" to mute codeclimate duplication issue ([a2d2b85](https://github.com/tunnckocore/resolve-plugins-sync/commit/a2d2b85))
* **codeclimate:** simplify ([a3ff8ac](https://github.com/tunnckocore/resolve-plugins-sync/commit/a3ff8ac))
* **index:** inline comments for clarity ([9e675b0](https://github.com/tunnckocore/resolve-plugins-sync/commit/9e675b0))



<a name="0.2.0"></a>
# 0.2.0 (2017-01-03)

Expand Down
4 changes: 2 additions & 2 deletions package.json
@@ -1,6 +1,6 @@
{
"name": "resolve-plugins-sync",
"version": "0.2.0",
"version": "0.2.1",
"description": "Synchronously resolve plugins / transforms / presets just like Babel and Browserify does it, using CommonJS `require` builtin. For example, useful for loading complex configs from `package.json` file.",
"repository": "tunnckoCore/resolve-plugins-sync",
"author": "Charlike Mike Reagent <@tunnckoCore> (http://i.am.charlike.online)",
Expand Down Expand Up @@ -87,4 +87,4 @@
"node": ">=4",
"npm": ">=2"
}
}
}

0 comments on commit 4006de4

Please sign in to comment.