Skip to content

Commit

Permalink
chore: version v0.8.0
Browse files Browse the repository at this point in the history
  • Loading branch information
DIY0R committed Aug 29, 2024
1 parent 6fb8851 commit 41c68f7
Show file tree
Hide file tree
Showing 3 changed files with 15 additions and 3 deletions.
12 changes: 12 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,11 +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.8.0](https://github.com/DIY0R/file-graph/compare/0.7.0...0.8.0)

- feat: add public createEdge method [`6fb8851`](https://github.com/DIY0R/file-graph/commit/6fb88517fb392f0879e8b9fab7c13ca2cf8ad250)
- chore: bump @commitlint/lint from 19.2.2 to 19.4.1 [`88d17bf`](https://github.com/DIY0R/file-graph/commit/88d17bfc2ba95280cfe5d32470f0214c9d1a5c6d)
- test: add unit test for createEdge method [`7a4d7df`](https://github.com/DIY0R/file-graph/commit/7a4d7df316c9be3329d337db78d575fb6c32e1e1)
- refactor: move type of lint function [`83a520f`](https://github.com/DIY0R/file-graph/commit/83a520fc282a74b57186fc4955254c644ab4e2a1)
- chore: bump @commitlint/config-conventional from 19.2.2 to 19.4.1 [`8369b02`](https://github.com/DIY0R/file-graph/commit/8369b023d24107c1aeea2660d5efea0f286dce11)
- chore: max-lines turn off [`73bb672`](https://github.com/DIY0R/file-graph/commit/73bb672c0fdd2619a1572779ce2954f3db715c7f)

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

> 27 August 2024
- 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: version v0.7.0 [`7f29bf4`](https://github.com/DIY0R/file-graph/commit/7f29bf40495ae9735f5902f141d7ca62efeefdc0)
- 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)
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.7.0",
"version": "0.8.0",
"main": "./dist/index.js",
"module": "./dist/index.js",
"types": "./dist/index.d.ts",
Expand Down

0 comments on commit 41c68f7

Please sign in to comment.