Skip to content

Commit

Permalink
chore: version v0.9.0
Browse files Browse the repository at this point in the history
  • Loading branch information
DIY0R committed Sep 2, 2024
1 parent e4aaf01 commit 184fadd
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,11 +4,24 @@ 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.9.0](https://github.com/DIY0R/file-graph/compare/0.8.0...0.9.0)

- feat: add public findUpToLevel method [`b528065`](https://github.com/DIY0R/file-graph/commit/b528065ffb083961104408d627be3fc6d5b42069)
- test: add unit tests for findUpToLevel method [`4728ec3`](https://github.com/DIY0R/file-graph/commit/4728ec32f3a44944178e6ee003a36d29aac66d53)
- test: add unit tests for createArcs method [`8256072`](https://github.com/DIY0R/file-graph/commit/82560727110238d975061b09f7ce8c39dcee3cbb)
- refactor: improve code readability [`e4aaf01`](https://github.com/DIY0R/file-graph/commit/e4aaf013ab02a4004f03b0a4a35f30cfa5c41c52)
- feat: add public createArcs method [`77ad981`](https://github.com/DIY0R/file-graph/commit/77ad9814dbefa4387b4349467e98f0fb224e6195)
- refactor(test): change to createVertices [`1d9bf72`](https://github.com/DIY0R/file-graph/commit/1d9bf72de19ac79b48b9f6645e937f0171eda49b)
- chore: bump get-tsconfig from 4.7.6 to 4.8.0 [`2c18f3e`](https://github.com/DIY0R/file-graph/commit/2c18f3ed750f08b36ff1be6a12032fa41c28ecb0)

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

> 30 August 2024
- 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)
- chore: version v0.8.0 [`41c68f7`](https://github.com/DIY0R/file-graph/commit/41c68f7ca328637d8ec2bafa30541c12516b5b55)
- 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)
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.8.0",
"version": "0.9.0",
"main": "./dist/index.js",
"module": "./dist/index.js",
"types": "./dist/index.d.ts",
Expand Down

0 comments on commit 184fadd

Please sign in to comment.