Skip to content

Commit 6c7e73f

Browse files
committed
Version 0.1.1
1 parent 815da82 commit 6c7e73f

File tree

2 files changed

+7
-1
lines changed

2 files changed

+7
-1
lines changed

CHANGELOG.md

+6
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,9 @@
1+
<a name="v0.1.1"></a>
2+
## [v0.1.1](https://github.com/origin-1/code-path-graph/releases/tag/v0.1.1) (2024-02-11)
3+
4+
* Fixed a bug with the formatting of empty segments.
5+
* Replaced option names with CLI flags in the readme file and inline help.
6+
17
<a name="v0.1.0"></a>
28
## [v0.1.0](https://github.com/origin-1/code-path-graph/releases/tag/v0.1.0) (2024-02-10)
39

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "code-path-graph",
3-
"version": "0.1.0",
3+
"version": "0.1.1",
44
"description": "A Node.js library and command-line tool to create Mermaid state diagrams of code paths in JavaScript files.",
55
"license": "ISC",
66
"author": "Francesco Trotta <[email protected]> (https://github.com/fasttime)",

0 commit comments

Comments
 (0)