diff --git a/.changeset/serious-readers-melt.md b/.changeset/serious-readers-melt.md deleted file mode 100644 index 4b9f82d..0000000 --- a/.changeset/serious-readers-melt.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'@protocol.land/sync-github': patch ---- - -feat: Add GitHub Sync analytics diff --git a/CHANGELOG.md b/CHANGELOG.md index 64c105d..2e7611d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1 +1,7 @@ # @protocol.land/sync-github + +## 0.0.6 + +### Patch Changes + +- 6843402: feat: Add GitHub Sync analytics diff --git a/LICENSE b/LICENSE index 2cc4b07..2344331 100644 --- a/LICENSE +++ b/LICENSE @@ -1,6 +1,6 @@ MIT License -Copyright (c) 2024 Pawan Paudel +Copyright (c) 2024 Community Labs Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal diff --git a/package.json b/package.json index 0f9682d..3b0fc51 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@protocol.land/sync-github", - "version": "0.0.5", + "version": "0.0.6", "description": "Sync Protocol.Land repos to GitHub", "type": "module", "main": "dist/index.js",