Skip to content

Commit

Permalink
2.0.2
Browse files Browse the repository at this point in the history
  • Loading branch information
wessberg committed May 31, 2022
1 parent 336167a commit 4993b76
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 1 deletion.
10 changes: 10 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,13 @@
## [2.0.2](https://github.com/wessberg/sandhog/compare/v2.0.1...v2.0.2) (2022-05-31)


### Bug Fixes

* convert rollup config to mjs format to instruct Rollup to treat the config as a pure ES module ([336167a](https://github.com/wessberg/sandhog/commit/336167abe14fd7bc01f1c22503e6243fdb7f07bd))
* use ansi-colors instead of Chalk for better CJS fallback support ([85e15d5](https://github.com/wessberg/sandhog/commit/85e15d5a5163f8f17323d2ca0dcfa315cd863d1d))



## [2.0.1](https://github.com/wessberg/sandhog/compare/v2.0.0...v2.0.1) (2022-05-29)


Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "sandhog",
"version": "2.0.1",
"version": "2.0.2",
"bin": {
"sandhog": "bin/sandhog.js"
},
Expand Down

0 comments on commit 4993b76

Please sign in to comment.