Skip to content

Commit 9936447

Browse files
committed
feat: bump release version
1 parent 42cacc0 commit 9936447

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": "@jdpnielsen/assemble",
3-
"version": "0.0.0",
3+
"version": "1.1.0",
44
"description": "CLI to generate files based on templates",
55
"files": [
66
"!lib/__tests__/**/*",

src/cli.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ import { AssembleConfig, AssembleContext } from './lib/define-config';
99
const program = new Command();
1010

1111
program
12-
.version('0.0.0')
12+
.version('1.1.0')
1313
.name('assemble')
1414
.description('Command-line tool to generate files based on templates')
1515
.option('-c, --config <string>', 'Path for config file. Example: --config ./assemble.config.ts')

0 commit comments

Comments
 (0)