Skip to content

Commit

Permalink
v1.1.0
Browse files Browse the repository at this point in the history
- Add support for migrating projects to GitHub Enterprise Server v3.11+
  • Loading branch information
timrogers committed Jan 25, 2024
1 parent bb01751 commit c27f3e5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
{
"name": "gh-migrate-project",
"version": "1.0.0",
"version": "1.1.0",
"type": "module",
"description": "Migrate GitHub projects (https://docs.github.com/en/issues/planning-and-tracking-with-projects) between GitHub products, organizations and users",
"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",
"scripts": {
"package": "node build.js && npx pkg dist/migrate-project.cjs --out-path bin --targets node18-linux-x64,node18-macos-x64,node18-win-x64",
Expand Down

0 comments on commit c27f3e5

Please sign in to comment.