Skip to content

Commit

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

- chore: bump tsx from 4.16.5 to 4.17.0 [`bc09b00`](https://github.com/DIY0R/file-graph/commit/bc09b00dec4304cdfa58d7c86a158c5c759b3bee)
- chore: bump typescript-eslint from 8.0.0 to 8.1.0 [`18208fe`](https://github.com/DIY0R/file-graph/commit/18208fe9847a11d864bc1568a42143b87e999d67)
- perf: added async task queue support for file operations [`d37a916`](https://github.com/DIY0R/file-graph/commit/d37a916c4528340d00ad41c04980a100f15c54f4)
- fix(lib): duplicate calls close stream [`a373cf3`](https://github.com/DIY0R/file-graph/commit/a373cf3f9829b356d66213c598836c53c50443c8)
- chore(test): add lint-and-test job [`72f3f48`](https://github.com/DIY0R/file-graph/commit/72f3f48c69f30774122684b6b6043705ddd10a7d)

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

> 11 August 2024
- 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)
- chore: version v0.3.23 [`cc55731`](https://github.com/DIY0R/file-graph/commit/cc55731d7255a737629e1d29fa2cb4d6de67efc5)
- 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)
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.3.23",
"version": "0.3.26",
"main": "./dist/index.js",
"module": "./dist/index.js",
"types": "./dist/index.d.ts",
Expand Down

0 comments on commit 7dda239

Please sign in to comment.