Skip to content

Commit

Permalink
Merge pull request #82 from iambumblehead/increment-version-number-an…
Browse files Browse the repository at this point in the history
…d-changelog

increment version and update CHANGELOG
  • Loading branch information
iambumblehead authored Jul 23, 2022
2 parents 1b150e6 + e111b69 commit 6e53950
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# changelog

* 1.8.5 _Jul.23.2022_
* adds typescript and node-native runner tests [for windows CI](https://github.com/iambumblehead/esmock/pull/80)
* renames esmockLoader.mjs to esmockLoader.js
* adds runner-specific test folders for tests
* removes dependency on old version of form-urlencoded
* adds tsm unit-test [and example](https://github.com/iambumblehead/esmock/pull/81)
* 1.8.4 _Jul.21.2022_
* minify sources and dependency, ~13kB smaller
* require newest resolvewithplus package, resolving minification error
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": "esmock",
"version": "1.8.4",
"version": "1.8.5",
"license": "ISC",
"readmeFilename": "README.md",
"description": "provides native ESM import mocking for unit tests",
Expand Down

0 comments on commit 6e53950

Please sign in to comment.