From fefade19457c924fdb09f81a7a0c478b5f3e0681 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Fri, 7 Feb 2025 23:55:15 +0000 Subject: [PATCH] chore(main): release 3.0.0 --- CHANGELOG.md | 12 ++++++++++++ package.json | 2 +- 2 files changed, 13 insertions(+), 1 deletion(-) 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",