diff --git a/CHANGELOG.md b/CHANGELOG.md index f028179..e133ad4 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,8 +2,15 @@ All notable changes to this project will be documented in this file. Dates are displayed in UTC. +#### [0.12.1](https://github.com/DIY0R/file-graph/compare/0.12.0...0.12.1) + +- doc: improved documentation text and examples [`d234ab9`](https://github.com/DIY0R/file-graph/commit/d234ab9e1069af8b2bf4f26f5f97f1e894f52868) +- refactor: esModuleInterop true [`b0174d1`](https://github.com/DIY0R/file-graph/commit/b0174d1558eb52019d3dea98ef2743fc3cacb902) + #### [0.12.0](https://github.com/DIY0R/file-graph/compare/0.11.1...0.12.0) +> 19 September 2024 + - doc: add installation [`2f28baa`](https://github.com/DIY0R/file-graph/commit/2f28baa1cf91745475b88745d70df5133ea911c2) - refactor: refactor correct type exports [`0824d9d`](https://github.com/DIY0R/file-graph/commit/0824d9dd45e1158f9928b99bad2124b3e3eaaf36) - test: add tests for findUpToLevel without maxLevel [`3601ddb`](https://github.com/DIY0R/file-graph/commit/3601ddbe2520e49208221ea4d7a7664217b1fda5) diff --git a/package-lock.json b/package-lock.json index 1eec0aa..86db416 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "file-graph", - "version": "0.12.0", + "version": "0.12.1", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "file-graph", - "version": "0.12.0", + "version": "0.12.1", "license": "MIT", "devDependencies": { "@commitlint/cli": "^19.3.0", diff --git a/package.json b/package.json index 2831b53..892b49a 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "file-graph", - "version": "0.12.0", + "version": "0.12.1", "main": "./dist/index.js", "module": "./dist/index.js", "types": "./dist/index.d.ts",