Skip to content

Commit df59e82

Browse files
committed
2.0.1
1 parent 9bf7416 commit df59e82

File tree

3 files changed

+11
-1
lines changed

3 files changed

+11
-1
lines changed

.github/FUNDING.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1 +1,2 @@
11
github: wessberg
2+
patreon: wessberg

CHANGELOG.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,12 @@
1+
## [2.0.1](https://github.com/wessberg/sandhog/compare/v2.0.0...v2.0.1) (2022-05-29)
2+
3+
4+
### Bug Fixes
5+
6+
* handle the case where a module has a default export when constructing a config ([9bf7416](https://github.com/wessberg/sandhog/commit/9bf7416a7fa381a28ae8b283dd3311c2b641d95d))
7+
8+
9+
110
# [2.0.0](https://github.com/wessberg/sandhog/compare/v1.0.44...v2.0.0) (2022-05-29)
211

312

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "sandhog",
3-
"version": "2.0.0",
3+
"version": "2.0.1",
44
"bin": {
55
"sandhog": "bin/sandhog.js"
66
},

0 commit comments

Comments
 (0)