diff --git a/.changeset/settled-cli-surface.md b/.changeset/settled-cli-surface.md deleted file mode 100644 index 1230e86..0000000 --- a/.changeset/settled-cli-surface.md +++ /dev/null @@ -1,15 +0,0 @@ ---- -"diffhub": major ---- - -Release 1.0. - -DiffHub is used through its commands, its keyboard shortcuts, and the local server -it opens, and 37 releases across the 0.x line have moved all three: the file watcher -that drove auto-refresh was removed in favour of an explicit refresh, and the -runtime dependency set was cut to `chokidar` and `commander` while `engines.node` -relaxed to `>=20.11`. - -None of that could be signalled from 0.x in a way a version range would respect. -1.0 is the commitment that it can be from here: a removed command, shortcut, or -supported Node version now costs a major. diff --git a/apps/cli/CHANGELOG.md b/apps/cli/CHANGELOG.md index d993deb..c79eba2 100644 --- a/apps/cli/CHANGELOG.md +++ b/apps/cli/CHANGELOG.md @@ -1,5 +1,21 @@ # diffhub +## 1.0.0 + +### Major Changes + +- cd92138: Release 1.0. + + DiffHub is used through its commands, its keyboard shortcuts, and the local server + it opens, and 37 releases across the 0.x line have moved all three: the file watcher + that drove auto-refresh was removed in favour of an explicit refresh, and the + runtime dependency set was cut to `chokidar` and `commander` while `engines.node` + relaxed to `>=20.11`. + + None of that could be signalled from 0.x in a way a version range would respect. + 1.0 is the commitment that it can be from here: a removed command, shortcut, or + supported Node version now costs a major. + ## 0.3.5 ### Patch Changes diff --git a/apps/cli/package.json b/apps/cli/package.json index 7f80ce7..796369a 100644 --- a/apps/cli/package.json +++ b/apps/cli/package.json @@ -1,6 +1,6 @@ { "name": "diffhub", - "version": "0.3.5", + "version": "1.0.0", "description": "Git diff viewer for cmux: review your branch in a browser split", "keywords": [ "ai",