diff --git a/CHANGELOG.md b/CHANGELOG.md index d78fded..5ad9a6d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,17 @@ # Changelog +## [3.0.0](https://github.com/ubiquity-os/plugin-sdk/compare/v2.0.6...v3.0.0) (2025-02-07) + + +### ⚠ BREAKING CHANGES + +* postComment is now wrapped inside a class to avoid instance collisions + +### Bug Fixes + +* postComment is now wrapped inside a class to avoid instance collisions ([da526ff](https://github.com/ubiquity-os/plugin-sdk/commit/da526ffb2dbb4b008af87f60e7755c4f12922af2)) +* the comments on pull-request reviews and pull requests / issues can be posted ([19950ff](https://github.com/ubiquity-os/plugin-sdk/commit/19950ff4475a1de210e36a4472e47de960e400fd)) + ## [2.0.6](https://github.com/ubiquity-os/plugin-sdk/compare/v2.0.5...v2.0.6) (2025-01-27) diff --git a/package.json b/package.json index 91a72c6..b0d2046 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@ubiquity-os/plugin-sdk", - "version": "2.0.6", + "version": "3.0.0", "description": "SDK for plugin support.", "author": "Ubiquity DAO", "license": "MIT",