Skip to content

Commit

Permalink
chore: version v1.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
DIY0R committed Sep 25, 2024
1 parent cad659a commit 759784a
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 4 deletions.
9 changes: 8 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,14 @@

All notable changes to this project will be documented in this file. Dates are displayed in UTC.

#### [1.0.0](https://github.com/DIY0R/file-graph/compare/0.12.1...1.0.0)
#### [1.0.1](https://github.com/DIY0R/file-graph/compare/1.0.0...1.0.1)

- fix: check all vertices exist [`b0653cf`](https://github.com/DIY0R/file-graph/commit/b0653cfbeba2a065d1bf354b4b06501800142328)
- fix: premature execution of updateLine before queue processing [`cad659a`](https://github.com/DIY0R/file-graph/commit/cad659a6e7b7bf671fcc67e493beffc8baabff9d)

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

> 25 September 2024
- refactor: use absolute path [`efc7a18`](https://github.com/DIY0R/file-graph/commit/efc7a18438b48215c1cebab6a1c38a4bc5a643b1)

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": "1.0.0",
"version": "1.0.1",
"main": "./dist/index.js",
"types": "./dist/index.d.ts",
"scripts": {
Expand Down

0 comments on commit 759784a

Please sign in to comment.