Skip to content

Commit 63d410c

Browse files
committed
chore: reset version to 0.0.0 for first release
The manifest and package.json said 0.0.1 but that version was never published or tagged. Release-please was proposing 0.0.2 as the next bump, skipping 0.0.1 entirely. Reset to 0.0.0 so release-please correctly proposes 0.0.1 as the first release. Signed-off-by: Sebastien Tardif <sebtardif@ncf.ca>
1 parent 00cb3f5 commit 63d410c

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.release-please-manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
{
2-
".": "0.0.1"
2+
".": "0.0.0"
33
}

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"name": "patchloom",
33
"displayName": "Patchloom",
44
"description": "VS Code extension for Patchloom. Installs, configures, and integrates the Patchloom CLI for editor-first workflows.",
5-
"version": "0.0.1",
5+
"version": "0.0.0",
66
"publisher": "patchloom",
77
"license": "MIT",
88
"repository": {

0 commit comments

Comments
 (0)