Skip to content

Commit c1d3aa4

Browse files
committed
Bump version to v1.0.1
1 parent a014c0b commit c1d3aa4

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@10up/wp-hooks-documentor",
3-
"version": "1.0.0",
3+
"version": "1.0.1",
44
"description": "WordPress Plugin Hook Documentation Generator",
55
"main": "dist/cli.js",
66
"bin": {

src/cli.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ const defaultConfig: WPHooksDocConfig = {
2727
program
2828
.name('wp-hooks-documentor')
2929
.description('Generate documentation for Plugin hooks')
30-
.version('1.0.0');
30+
.version('1.0.1');
3131

3232
program
3333
.command('generate')

0 commit comments

Comments
 (0)