Skip to content

Commit

Permalink
chore: version v0.5.1
Browse files Browse the repository at this point in the history
  • Loading branch information
DIY0R committed Aug 19, 2024
1 parent 35f2b07 commit 552a414
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 @@ -4,8 +4,15 @@ All notable changes to this project will be documented in this file. Dates are d

Generated by [`auto-changelog`](https://github.com/CookPete/auto-changelog).

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

- fix: update JSDoc for hasArc method [`35f2b07`](https://github.com/DIY0R/file-graph/commit/35f2b07205cdc2421a5d8e36e0a8d285fcdad21d)

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

> 19 August 2024
- chore: version v0.5.0 [`b49c5d5`](https://github.com/DIY0R/file-graph/commit/b49c5d56ba490c8d49d1b942a771b61073ed88d6)
- feat: add public hasArc method [`6c41f68`](https://github.com/DIY0R/file-graph/commit/6c41f68305fe24aac87a4ea6789392a530b598b9)
- chore: bump @types/node from 22.3.0 to 22.4.1 [`5f5f429`](https://github.com/DIY0R/file-graph/commit/5f5f429f7fbc75895d10088be2254276494757da)
- test: check existence of arc between two vertices [`b30ed79`](https://github.com/DIY0R/file-graph/commit/b30ed799b39b5db9ae75576518adebb64c458e15)
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.5.0",
"version": "0.5.1",
"main": "./dist/index.js",
"module": "./dist/index.js",
"types": "./dist/index.d.ts",
Expand Down

0 comments on commit 552a414

Please sign in to comment.