diff --git a/docs/CHANGELOG.md b/docs/CHANGELOG.md new file mode 100644 index 0000000..898e596 --- /dev/null +++ b/docs/CHANGELOG.md @@ -0,0 +1,7 @@ +## [1.2.2](https://github.com/K-FOSS/TS-ESNode/compare/v1.2.1...v1.2.2) (2020-03-28) + + +### Bug Fixes + +* **CI:** [Use NODE_AUTH_TOKEN](https://help.github.com/en/actions/language-and-framework-guides/publishing-nodejs-packages#publishing-packages-to-the-npm-registry) ([5c43a60](https://github.com/K-FOSS/TS-ESNode/commit/5c43a60ac5f69fd9b52602e505756b1cdcab7bac)) +* **findFiles:** Actually properly implement Node resolution by allowing import of directories with `index.{js.jsx,ts,tsx}` ([#24](https://github.com/K-FOSS/TS-ESNode/issues/24)) ([6167dc0](https://github.com/K-FOSS/TS-ESNode/commit/6167dc05261a72b5d2ce531664be7b34768b30cd))