Skip to content

Commit c30d2b3

Browse files
author
alexlee-dev
committed
📦Bump version and add Sentry Release
1 parent ce1453f commit c30d2b3

2 files changed

Lines changed: 2 additions & 1 deletion

File tree

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "create-cli-application",
3-
"version": "0.1.0",
3+
"version": "0.2.0",
44
"description": "A bootstrapper for creating a cli application with Node.",
55
"bin": {
66
"create-cli-application": "./index.js"

src/index.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@ import * as Sentry from "@sentry/node";
55
Sentry.init({
66
dsn:
77
"https://55c913cc3d394f71ba669fda095698fd@o202486.ingest.sentry.io/5254191",
8+
release: "0.2.0",
89
});
910

1011
import {

0 commit comments

Comments
 (0)