Skip to content

Commit

Permalink
chore: version v0.12.1
Browse files Browse the repository at this point in the history
  • Loading branch information
DIY0R committed Sep 22, 2024
1 parent b0174d1 commit 71de21a
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 3 deletions.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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)
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": "file-graph",
"version": "0.12.0",
"version": "0.12.1",
"main": "./dist/index.js",
"module": "./dist/index.js",
"types": "./dist/index.d.ts",
Expand Down

0 comments on commit 71de21a

Please sign in to comment.