diff --git a/CHANGELOG.md b/CHANGELOG.md index 6c2470c..da59674 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,4 +1,11 @@ +## [1.4.0](https://github.com/blacha/pretty-json-log/compare/v1.3.0...v1.4.0) (2023-04-27) + + +### Features + +* switch to node-next modules to catch missing ".js" extensions ([40b0d94](https://github.com/blacha/pretty-json-log/commit/40b0d941fc16f70228b4d9a9dc97b399676b581e)) + ## [1.3.0](https://github.com/blacha/pretty-json-log/compare/v1.2.0...v1.3.0) (2022-09-14) diff --git a/package.json b/package.json index 8f6e89e..0d671fc 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "pretty-json-log", - "version": "1.3.0", + "version": "1.4.0", "bin": { "pjl": "pjl.js" },