Skip to content

Commit ce33a19

Browse files
committed
0.3.0
1 parent 308c5d1 commit ce33a19

File tree

3 files changed

+6
-6
lines changed

3 files changed

+6
-6
lines changed

README.md

+3-3
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@ EXAMPLE
6161
a decision created on ./docs/adr/0000-use-adr-tool.md
6262
```
6363

64-
_See code: [src/commands/create.ts](https://github.com/keremciu/adr-tool/blob/v0.2.0/src/commands/create.ts)_
64+
_See code: [src/commands/create.ts](https://github.com/keremciu/adr-tool/blob/v0.3.0/src/commands/create.ts)_
6565

6666
## `adr-tool help [COMMAND]`
6767

@@ -96,7 +96,7 @@ EXAMPLE
9696
./docs/adr folder is created!
9797
```
9898

99-
_See code: [src/commands/init.ts](https://github.com/keremciu/adr-tool/blob/v0.2.0/src/commands/init.ts)_
99+
_See code: [src/commands/init.ts](https://github.com/keremciu/adr-tool/blob/v0.3.0/src/commands/init.ts)_
100100

101101
## `adr-tool toc`
102102

@@ -114,5 +114,5 @@ EXAMPLE
114114
./docs/adr/README.md file is created!
115115
```
116116

117-
_See code: [src/commands/toc.ts](https://github.com/keremciu/adr-tool/blob/v0.2.0/src/commands/toc.ts)_
117+
_See code: [src/commands/toc.ts](https://github.com/keremciu/adr-tool/blob/v0.3.0/src/commands/toc.ts)_
118118
<!-- commandsstop -->

package-lock.json

+2-2
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "adr-tool",
33
"description": "easy CLI for ADR docs",
4-
"version": "0.2.0",
4+
"version": "0.3.0",
55
"author": "Kerem Sevencan @keremciu",
66
"bin": {
77
"adr-tool": "./bin/run"

0 commit comments

Comments
 (0)