Skip to content

Commit

Permalink
chore: version v0.6.0
Browse files Browse the repository at this point in the history
  • Loading branch information
DIY0R committed Aug 23, 2024
1 parent 4bb6178 commit 9767ba2
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,8 +4,19 @@ 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.6.0](https://github.com/DIY0R/file-graph/compare/0.5.3...0.6.0)

- style: logical arrangement of methods [`48b0d0e`](https://github.com/DIY0R/file-graph/commit/48b0d0ebb83c5e60979842efcf519b6ecd6d7eff)
- feat: add public createVertices method [`c744ade`](https://github.com/DIY0R/file-graph/commit/c744adeb7b7991231b744d1b0f10a6df3d25883a)
- refactor: transition to async/await syntax [`4bb6178`](https://github.com/DIY0R/file-graph/commit/4bb61782a0f99667fd72b0e717d601942635d835)
- test: creates multiple vertices [`f972898`](https://github.com/DIY0R/file-graph/commit/f972898eb275cb529a6f71cf43f46b3164fc482a)
- chore: bump @types/node from 22.4.1 to 22.5.0 [`2735a72`](https://github.com/DIY0R/file-graph/commit/2735a725396644a72dbdd5b42ea1dae7410fd990)

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

> 21 August 2024
- chore: version v0.5.3 [`e59f8fe`](https://github.com/DIY0R/file-graph/commit/e59f8feb0cda753ebce505a7050fb9a5e136aa4d)
- chore: update module resolution to 'Node' [`0cda98b`](https://github.com/DIY0R/file-graph/commit/0cda98beedb9530a4b950ac4c5920012ef253db3)

#### [0.5.2](https://github.com/DIY0R/file-graph/compare/0.5.1...0.5.2)
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.5.3",
"version": "0.6.0",
"main": "./dist/index.js",
"module": "./dist/index.js",
"types": "./dist/index.d.ts",
Expand Down

0 comments on commit 9767ba2

Please sign in to comment.