diff --git a/.changeset/late-years-ring.md b/.changeset/late-years-ring.md deleted file mode 100644 index 722646d..0000000 --- a/.changeset/late-years-ring.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'@protocol.land/sync': minor ---- - -Add ArSeeding support to sync repository diff --git a/CHANGELOG.md b/CHANGELOG.md index 9170d6c..97215d1 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,11 @@ # @protocol.land/sync +## 0.2.0 + +### Minor Changes + +- 996f56d: Add ArSeeding support to sync repository + ## 0.1.4 ### Patch Changes diff --git a/package.json b/package.json index 6731e87..429772f 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@protocol.land/sync", - "version": "0.1.4", + "version": "0.2.0", "description": "Sync git repos to Protocol Land", "main": "dist/index.js", "module": "dist/index.mjs",