Skip to content

Commit

Permalink
chore: version v0.11.0
Browse files Browse the repository at this point in the history
  • Loading branch information
DIY0R committed Sep 10, 2024
1 parent a61f375 commit d5f8d2d
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,6 +2,13 @@

All notable changes to this project will be documented in this file. Dates are displayed in UTC.

#### [0.11.0](https://github.com/DIY0R/file-graph/compare/0.10.0...0.11.0)

- feat: add public searchVerticesFrom method [`953c782`](https://github.com/DIY0R/file-graph/commit/953c782ab795193c61d2cf294b3c5816201feba8)
- refactor(test): simplify vertex and arc creation logic [`f122d48`](https://github.com/DIY0R/file-graph/commit/f122d48991b2aa3e04ba1dfda765f8ca26b97075)
- test: add unit tests for searchVerticesFrom method [`fec47b5`](https://github.com/DIY0R/file-graph/commit/fec47b566fb05af04f6a9c972d5e2536e03e5754)
- refactor: change path checking method name to hasPath [`9c4424c`](https://github.com/DIY0R/file-graph/commit/9c4424ced3c2bb7de575e37803ed556245128655)

#### [0.10.0](https://github.com/DIY0R/file-graph/compare/0.9.1...0.10.0)

> 6 September 2024
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.10.0",
"version": "0.11.0",
"main": "./dist/index.js",
"module": "./dist/index.js",
"types": "./dist/index.d.ts",
Expand Down

0 comments on commit d5f8d2d

Please sign in to comment.