From 7dda2392e8cd3423d8e1202efc94ee711535383e Mon Sep 17 00:00:00 2001 From: diy0r Date: Tue, 13 Aug 2024 16:28:54 +0500 Subject: [PATCH] chore: version v0.3.26 --- CHANGELOG.md | 11 +++++++++++ package-lock.json | 4 ++-- package.json | 2 +- 3 files changed, 14 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index b2b218d..29960ec 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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) diff --git a/package-lock.json b/package-lock.json index 5dd9be6..16999c2 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "file-graph", - "version": "0.3.23", + "version": "0.3.26", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "file-graph", - "version": "0.3.23", + "version": "0.3.26", "license": "MIT", "devDependencies": { "@commitlint/cli": "^19.3.0", diff --git a/package.json b/package.json index 4cebfb8..f5b3e24 100644 --- a/package.json +++ b/package.json @@ -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",