Skip to content

Commit

Permalink
chore: version v0.7.0
Browse files Browse the repository at this point in the history
  • Loading branch information
DIY0R committed Aug 27, 2024
1 parent 865aa57 commit 7f29bf4
Show file tree
Hide file tree
Showing 3 changed files with 16 additions and 3 deletions.
13 changes: 13 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,10 +4,23 @@ 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.7.0](https://github.com/DIY0R/file-graph/compare/0.6.0...0.7.0)

- chore: bump typescript-eslint from 8.2.0 to 8.3.0 [`865aa57`](https://github.com/DIY0R/file-graph/commit/865aa578526981d840958c167fa008c81380a40a)
- feat: add public findAll method [`d237fa4`](https://github.com/DIY0R/file-graph/commit/d237fa4c87a2d216e7048a4a7e56898cd8e01290)
- test: add unit test for findAll method [`d0984ca`](https://github.com/DIY0R/file-graph/commit/d0984ca9b513273337522468907854c7d82cc3fc)
- chore: bump tslib and tsx [`72d3d7e`](https://github.com/DIY0R/file-graph/commit/72d3d7e4fd7e64c2febf0337b0ec38f3f7b6e4f2)
- chore: bump tsx from 4.18.0 to 4.19.0 [`4e99ad8`](https://github.com/DIY0R/file-graph/commit/4e99ad8e2131a80b133c4d45cf7ae3226dc36dc7)
- chore: set skipBlankLines off [`379293e`](https://github.com/DIY0R/file-graph/commit/379293e79b720eca113937c7575b5e66ad186409)
- test: skip length test [`b7c5842`](https://github.com/DIY0R/file-graph/commit/b7c5842e863de47443d8fcdbaf3a6259c6e56240)

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

> 23 August 2024
- style: logical arrangement of methods [`48b0d0e`](https://github.com/DIY0R/file-graph/commit/48b0d0ebb83c5e60979842efcf519b6ecd6d7eff)
- feat: add public createVertices method [`c744ade`](https://github.com/DIY0R/file-graph/commit/c744adeb7b7991231b744d1b0f10a6df3d25883a)
- chore: version v0.6.0 [`9767ba2`](https://github.com/DIY0R/file-graph/commit/9767ba287e8032ba10bb3c5cfd979abb51252d97)
- refactor: transition to async/await syntax [`4bb6178`](https://github.com/DIY0R/file-graph/commit/4bb61782a0f99667fd72b0e717d601942635d835)
- test: creates multiple vertices [`f972898`](https://github.com/DIY0R/file-graph/commit/f972898eb275cb529a6f71cf43f46b3164fc482a)
- chore: bump @types/node from 22.4.1 to 22.5.0 [`2735a72`](https://github.com/DIY0R/file-graph/commit/2735a725396644a72dbdd5b42ea1dae7410fd990)
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.6.0",
"version": "0.7.0",
"main": "./dist/index.js",
"module": "./dist/index.js",
"types": "./dist/index.d.ts",
Expand Down

0 comments on commit 7f29bf4

Please sign in to comment.