Skip to content

Commit

Permalink
0.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
digitalBush committed Dec 9, 2023
1 parent 2462b79 commit ec1bda5
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 3 deletions.
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,11 @@
## 0.2.0 (2023-12-09)
* feat: treat mocked function as default export (#1) ([2462b79](https://github.com/digitalBush/modpod/commit/2462b79a68d672897c1aadabebf8f2cc4a9db1cf))
* chore: swapping to codecov ([53e724e](https://github.com/digitalBush/modpod/commit/53e724e7496c01965a16d57328e7fb318273915f))
* chore: adding changelog ([7accd5b](https://github.com/digitalBush/modpod/commit/7accd5bd43a61bdc59a7028ee8a875a909418745))
* chore: adding publish action ([f848baf](https://github.com/digitalBush/modpod/commit/f848bafd7c2052ea963da495cb21be00246a0776))
* chore: fix linting ([6103629](https://github.com/digitalBush/modpod/commit/6103629afbcc8ee5289b162264e4965a9d04b6ad))


## 0.1.0 (2023-11-30)

- A bit of renaming. ([425b267](https://github.com/digitalBush/modpod/commit/425b267))
Expand Down
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "modpod",
"version": "0.1.0",
"version": "0.2.0",
"description": "Isolate your ES Modules for testing.",
"main": "index.js",
"type": "module",
Expand Down

0 comments on commit ec1bda5

Please sign in to comment.