Skip to content

Commit

Permalink
chore(main): release 0.4.3 (#85)
Browse files Browse the repository at this point in the history
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
  • Loading branch information
github-actions[bot] authored Sep 17, 2023
1 parent 0065be9 commit 0c49dee
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,5 +1,13 @@
# Changelog

## [0.4.3](https://github.com/meyfa/ts-node-test/compare/v0.4.2...v0.4.3) (2023-09-17)


### Bug Fixes

* Simplify TEST_EXTENSIONS null/undefined check ([#84](https://github.com/meyfa/ts-node-test/issues/84)) ([aa92fcb](https://github.com/meyfa/ts-node-test/commit/aa92fcb5f13ff3000fc2c53f4c2371defa1d9613))
* Use 'node:' protocol in imports ([#86](https://github.com/meyfa/ts-node-test/issues/86)) ([850eb7b](https://github.com/meyfa/ts-node-test/commit/850eb7b61c8d3f2b4b8fc74efb6253b7f5b76395))

## [0.4.2](https://github.com/meyfa/ts-node-test/compare/v0.4.1...v0.4.2) (2023-07-23)


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": "ts-node-test",
"version": "0.4.2",
"version": "0.4.3",
"description": "Use the Node.js test runner, but with TypeScript via ts-node",
"type": "module",
"files": [
Expand Down

0 comments on commit 0c49dee

Please sign in to comment.