Skip to content

Commit 181f762

Browse files
committed
Set up initial version bump
1 parent adb0389 commit 181f762

File tree

2 files changed

+12
-1
lines changed

2 files changed

+12
-1
lines changed
Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
{
2+
"changes": [
3+
{
4+
"packageName": "eslint-plugin-tsdoc",
5+
"comment": "Initial release of plugin",
6+
"type": "minor"
7+
}
8+
],
9+
"packageName": "eslint-plugin-tsdoc",
10+
"email": "bafolts@users.noreply.github.com"
11+
}

eslint-plugin/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "eslint-plugin-tsdoc",
3-
"version": "0.1.0",
3+
"version": "0.0.0",
44
"description": "An ESLint plugin that validates TypeScript doc comments",
55
"keywords": [
66
"TypeScript",

0 commit comments

Comments
 (0)