Skip to content

Commit

Permalink
release version 1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
bumblehead committed Oct 28, 2021
1 parent 53771bb commit a35d034
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 3 deletions.
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -100,6 +100,8 @@ test('should mock modules and local files at same time', async t => {

### changelog

* 1.0.0 _Oct.27.2001_
* release version 1.0
* 0.4.2 _Oct.27.2021_
* export 'load' hook from moduleLoader, required by node v16.12.0+
* 0.4.1 _Oct.10.2021_
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": "esmock",
"version": "0.4.2",
"version": "1.0.0",
"license": "MIT",
"readmeFilename": "README.md",
"description": "mock esm modules for unit-tests",
Expand Down

0 comments on commit a35d034

Please sign in to comment.