Skip to content

Commit

Permalink
chore: version v0.11.1
Browse files Browse the repository at this point in the history
  • Loading branch information
DIY0R committed Sep 12, 2024
1 parent 62b76f1 commit 3d2cb9b
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.11.1](https://github.com/DIY0R/file-graph/compare/0.11.0...0.11.1)

- fix: operation not permitted [`e82435e`](https://github.com/DIY0R/file-graph/commit/e82435ecad39fe519f82ddf50f9fce70bb4f86eb)
- test: add test for error if target vertex exists [`3522336`](https://github.com/DIY0R/file-graph/commit/35223369e1770871ea16f38445010d3096ce3aaf)

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

> 10 September 2024
- 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)
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.11.0",
"version": "0.11.1",
"main": "./dist/index.js",
"module": "./dist/index.js",
"types": "./dist/index.d.ts",
Expand Down

0 comments on commit 3d2cb9b

Please sign in to comment.