Skip to content

Commit 812999e

Browse files
committed
2.0.0
1 parent 588f1d5 commit 812999e

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

dist/version.js

Lines changed: 1 addition & 1 deletion
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": "virtual-code-owners",
3-
"version": "1.0.0",
3+
"version": "2.0.0",
44
"description": "Merges a VIRTUAL-CODEOWNERS.txt and a virtual-teams.yml into CODEOWNERS",
55
"type": "module",
66
"exports": {

src/version.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
11
// generated by tools/get-version.ts
2-
export const VERSION = "1.0.0";
2+
export const VERSION = "2.0.0";

0 commit comments

Comments
 (0)