Skip to content

Commit

Permalink
Prepare 2.1.1
Browse files Browse the repository at this point in the history
  • Loading branch information
David Clark committed Dec 4, 2016
1 parent 6c4a1c7 commit 833385b
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions CHANGELOG.md
@@ -1,5 +1,9 @@
# Changelog

## 2.1.1

- Fixed: swapped `graceful-fs` for regular `fs`, fixing a garbage collection problem.

## 2.1.0

- Added: Node 0.12 support.
Expand Down
2 changes: 1 addition & 1 deletion package.json
@@ -1,6 +1,6 @@
{
"name": "cosmiconfig",
"version": "2.1.0",
"version": "2.1.1",
"description": "Find and load configuration from a package.json property, rc file, or CommonJS module",
"main": "index.js",
"files": [
Expand Down

0 comments on commit 833385b

Please sign in to comment.