Skip to content

Commit

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

- test: set up tests [`845a7cb`](https://github.com/DIY0R/file-graph/commit/845a7cb3b6cc7aafeba1ab1da5e19df92ccb1e97)
- chore: bump @commitlint/read from 19.2.1 to 19.4.0 [`6a06070`](https://github.com/DIY0R/file-graph/commit/6a06070bf928c3173585ccfa9f0007e1dd6b0501)
- feat(lib): add public method updateVertex [`2fac83d`](https://github.com/DIY0R/file-graph/commit/2fac83dd7aff0b09bf022896a7663c03eb345bd3)
- feat(lib): create vertex and find [`0133268`](https://github.com/DIY0R/file-graph/commit/0133268bf94f469bea87960dc27c0fcb7af94ee6)
- feat(lib): add public method deleteVertex [`721ec66`](https://github.com/DIY0R/file-graph/commit/721ec6606cd3cc2c9dc9a801ecb449dd634c356e)
- perf(lib): pass findOne method predicate fn [`1d69dfd`](https://github.com/DIY0R/file-graph/commit/1d69dfddfbd7120de822d42364e300db9f331387)
- style(test): better readability and accuracy [`93164d9`](https://github.com/DIY0R/file-graph/commit/93164d9fd1de2929a7054e37d33337c39c182093)
- test: check updated vertex [`729472a`](https://github.com/DIY0R/file-graph/commit/729472ace5f71d3004d11f8af86d0b41a900362c)
- chore: add linter [`cad662e`](https://github.com/DIY0R/file-graph/commit/cad662e80d0e564df46051015d0d8f2b1402176d)
- chore: bump @eslint/js from 9.8.0 to 9.9.0 [`9b521a5`](https://github.com/DIY0R/file-graph/commit/9b521a582254f410121d3838b5970fb291e66125)
- chore: create dependabot.yml [`07e2085`](https://github.com/DIY0R/file-graph/commit/07e2085a32778a097ced9b22a7c1d22507172c12)
- chore: set up linters [`0d04c8e`](https://github.com/DIY0R/file-graph/commit/0d04c8ecdd402a02f94def3f0153302b335286a9)
- chore: bump @commitlint/cli from 19.3.0 to 19.4.0 [`2af1620`](https://github.com/DIY0R/file-graph/commit/2af162099659e8a7eb7787de3dfd8f204a9f9c96)
- test: check deleted vertex [`1af21cc`](https://github.com/DIY0R/file-graph/commit/1af21cc40df565f2a7681d59a1140846bd084582)
- chore: run on main [`a2c6fa0`](https://github.com/DIY0R/file-graph/commit/a2c6fa02286864a4eebe5cd9716b1e32d8edd8f3)
- perf(test): create Vertex and findOne [`4763523`](https://github.com/DIY0R/file-graph/commit/476352396eaafba5b5c0d2e79ab253650f85ba5d)
- refactor(lib): define callback function type [`18ee580`](https://github.com/DIY0R/file-graph/commit/18ee5802143e56254a4d7b495e9418c1d41facec)
- chore: bump @commitlint/load from 19.2.0 to 19.4.0 [`673706f`](https://github.com/DIY0R/file-graph/commit/673706ffbfd07fca67a815e131cb131db8248805)
- chore: bump @types/node from 22.1.0 to 22.2.0 [`6fa316c`](https://github.com/DIY0R/file-graph/commit/6fa316cf1e4b40bfe241f1c2e4d5b8ee58499c33)
- chore: update update rules for max length and line breaks [`b1276cd`](https://github.com/DIY0R/file-graph/commit/b1276cd2ab0eef03e8bc2bc09c097c83e01f8aaa)
- chore: add ignore files [`22b6bb6`](https://github.com/DIY0R/file-graph/commit/22b6bb6176d579617110373f1c0787d63ee601ca)
- fix(lib): uniq temp file [`25841c5`](https://github.com/DIY0R/file-graph/commit/25841c5ac8b3fbf62e54d762003301276240a0af)
- chore: disable the commit limit [`b21a18c`](https://github.com/DIY0R/file-graph/commit/b21a18c188d76304d97fe3557bd6d989a9cf1c1f)
- chore: rename refactor [`c194a0c`](https://github.com/DIY0R/file-graph/commit/c194a0c65db4946e10604d10474d76213ab64005)
- chore: ci install [`5f97cee`](https://github.com/DIY0R/file-graph/commit/5f97ceec794b9b24323250b20b1f98ccce5764a5)
- chore: add pre commit run test [`06b19b5`](https://github.com/DIY0R/file-graph/commit/06b19b5e723510d33682eaf99b4ef4630a0753bc)

#### 0.0.1

> 6 August 2024
- chore: configure linters and build tools [`80bef76`](https://github.com/DIY0R/file-graph/commit/80bef767061f1cf78f8c6efd92af4722e1cf8cde)
- chore: version v0.0.1 [`a277c5c`](https://github.com/DIY0R/file-graph/commit/a277c5c35a8a9ea3c74c8c4e3414f27d77fdd1bc)
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.0.1",
"version": "0.3.23",
"main": "./dist/index.js",
"module": "./dist/index.js",
"types": "./dist/index.d.ts",
Expand Down

0 comments on commit cc55731

Please sign in to comment.