diff --git a/.changeset/centralize-repository-devtools.md b/.changeset/centralize-repository-devtools.md deleted file mode 100644 index fd687bd..0000000 --- a/.changeset/centralize-repository-devtools.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'@ankhorage/devtools': minor ---- - -Add canonical GitHub Actions and VS Code synchronization commands, move tool implementations under `src/tools`, and expose the complete `ankh devtools` provider surface. diff --git a/CHANGELOG.md b/CHANGELOG.md index 5358a05..246e0c6 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,11 @@ # Changelog +## 1.2.0 + +### Minor Changes + +- 4d844ad: Add canonical GitHub Actions and VS Code synchronization commands, move tool implementations under `src/tools`, and expose the complete `ankh devtools` provider surface. + ## 1.1.2 ### Patch Changes diff --git a/package.json b/package.json index a0d964b..bd0053f 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@ankhorage/devtools", - "version": "1.1.2", + "version": "1.2.0", "description": "Shared development tools and repository standards for Ankhorage", "license": "MIT", "homepage": "https://github.com/ankhorage/devtools#readme",