Skip to content

Commit

Permalink
v2.0.0
Browse files Browse the repository at this point in the history
* **BREAKING CHANGE**: Drops support for exports from GitHub
Enterprise Server 3.7, 3.8 and 3.9, as these versions have now
been [deprecated](https://docs.github.com/en/enterprise-server/admin/all-releases)
by GitHub. 3.10 is now the earliest supported version for both
exports and imports.
* Switch compiled binaries from Node.js v18 to Node.js v20
  • Loading branch information
timrogers committed Jun 28, 2024
1 parent 1d3a9fe commit 2868d7a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "gh-migrate-project",
"version": "1.3.0",
"version": "2.0.0",
"type": "module",
"description": "A GitHub CLI (https://cli.github.com/) extension for migrating GitHub Projects (https://docs.github.com/en/issues/planning-and-tracking-with-projects) between GitHub accounts and products",
"homepage": "https://github.com/timrogers/gh-migrate-project",
Expand Down

0 comments on commit 2868d7a

Please sign in to comment.