Skip to content

Commit

Permalink
Publish version 1.0.6
Browse files Browse the repository at this point in the history
  • Loading branch information
bcelenza committed Jun 5, 2021
1 parent 82ac13f commit bcd57d1
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
6 changes: 5 additions & 1 deletion Makefile
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
.PHONY: clean
clean:
rm -rf dist

.PHONY: build
build:
npm run build
Expand All @@ -7,7 +11,7 @@ test:
npm test

.PHONY: release
release: build test
release: clean build test

.PHONY: publish
publish:
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "cwq",
"version": "1.0.5",
"version": "1.0.6",
"description": "A CLI for CloudWatch Logs Insights",
"author": "Brian Celenza",
"license": "Apache-2.0",
Expand Down

0 comments on commit bcd57d1

Please sign in to comment.