Skip to content

Commit

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

- feat: add public hasArc method [`6c41f68`](https://github.com/DIY0R/file-graph/commit/6c41f68305fe24aac87a4ea6789392a530b598b9)
- chore: bump @types/node from 22.3.0 to 22.4.1 [`5f5f429`](https://github.com/DIY0R/file-graph/commit/5f5f429f7fbc75895d10088be2254276494757da)
- test: check existence of arc between two vertices [`b30ed79`](https://github.com/DIY0R/file-graph/commit/b30ed799b39b5db9ae75576518adebb64c458e15)
- chore: bump ky from 1.6.0 to 1.7.0 [`ee119e0`](https://github.com/DIY0R/file-graph/commit/ee119e0606522b87e3237c50cba335813cc66e1b)

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

> 18 August 2024
- feat: add public createArc method [`0f3396e`](https://github.com/DIY0R/file-graph/commit/0f3396e1d11e8912f2ccf269914217058809d0b5)
- feat: add public removeArc method [`9ce32d0`](https://github.com/DIY0R/file-graph/commit/9ce32d0c93b244d557c93a05e6110865b7e670d6)
- refactor: add data attribute in vertex [`6b3ae4e`](https://github.com/DIY0R/file-graph/commit/6b3ae4e163862f9e61a51a4c6daaf8527404cfd9)
- test: add unit tests removeArc method [`32da87b`](https://github.com/DIY0R/file-graph/commit/32da87b345f6ccb11eac0174239315dd25071b5a)
- test: create an arc between two vertice [`2d13779`](https://github.com/DIY0R/file-graph/commit/2d137795dd0d8f2e47169439bac86b65270c6287)
- chore: version v0.4.0 [`6cea3a0`](https://github.com/DIY0R/file-graph/commit/6cea3a009c30f5baec487468158bfbccdb0ece99)
- refactor: update jsdoc [`89ac152`](https://github.com/DIY0R/file-graph/commit/89ac152744b2e2eb7eb03177b3623740991d3496)
- chore: bump @types/node from 22.2.0 to 22.3.0 [`cff2f24`](https://github.com/DIY0R/file-graph/commit/cff2f24f116ff0994ce5b8bb5ecd17ee9eb958d7)
- chore: bump ky from 1.5.0 to 1.6.0 [`48c4df9`](https://github.com/DIY0R/file-graph/commit/48c4df9a0e9047164f66e0290ed4fd6434ab2619)
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.4.0",
"version": "0.5.0",
"main": "./dist/index.js",
"module": "./dist/index.js",
"types": "./dist/index.d.ts",
Expand Down

0 comments on commit b49c5d5

Please sign in to comment.