Skip to content

Commit

Permalink
chore: version v0.5.2
Browse files Browse the repository at this point in the history
  • Loading branch information
DIY0R committed Aug 20, 2024
1 parent 18f96ee commit d070e4f
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 3 deletions.
9 changes: 9 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,18 @@ 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.2](https://github.com/DIY0R/file-graph/compare/0.5.1...0.5.2)

- perf: return the created vertex object [`18f96ee`](https://github.com/DIY0R/file-graph/commit/18f96ee8425a5184463c93de3ac95a9096e114de)
- Merge pull request #21 from DIY0R/dependabot/npm_and_yarn/typescript-eslint-8.2.0 [`2aa095d`](https://github.com/DIY0R/file-graph/commit/2aa095dda4078ff8996e7992df6666d7ce2ca45a)
- chore: bump typescript-eslint from 8.1.0 to 8.2.0 [`b4101ad`](https://github.com/DIY0R/file-graph/commit/b4101adae0f3fc40b1338051c7f158c5175d2a5d)

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

> 19 August 2024
- fix: update JSDoc for hasArc method [`35f2b07`](https://github.com/DIY0R/file-graph/commit/35f2b07205cdc2421a5d8e36e0a8d285fcdad21d)
- chore: version v0.5.1 [`552a414`](https://github.com/DIY0R/file-graph/commit/552a4141292c131a0fa4a898ab0d5ecd435a0aef)

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

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.1",
"version": "0.5.2",
"main": "./dist/index.js",
"module": "./dist/index.js",
"types": "./dist/index.d.ts",
Expand Down

0 comments on commit d070e4f

Please sign in to comment.