diff --git a/packages/integrations/CHANGELOG.md b/packages/integrations/CHANGELOG.md index af5ce332..4ccea48a 100644 --- a/packages/integrations/CHANGELOG.md +++ b/packages/integrations/CHANGELOG.md @@ -2,6 +2,13 @@ This file was generated using [@jscutlery/semver](https://github.com/jscutlery/semver). +## [2.1.0](https://github.com/RedHatInsights/javascript-clients/compare/@redhat-cloud-services/integrations-client-2.0.7...@redhat-cloud-services/integrations-client-2.1.0) (2024-02-16) + + +### Features + +* add nx and GH actions support ([f744511](https://github.com/RedHatInsights/javascript-clients/commit/f744511308bf530dd53724792939e133c8d7cf22)) + ## [2.0.8](https://github.com/RedHatInsights/javascript-clients/compare/@redhat-cloud-services/integrations-client-2.0.7...@redhat-cloud-services/integrations-client-2.0.8) (2024-02-02) # Changelog \ No newline at end of file diff --git a/packages/integrations/package.json b/packages/integrations/package.json index e28c8c69..c37db653 100644 --- a/packages/integrations/package.json +++ b/packages/integrations/package.json @@ -1,6 +1,6 @@ { "name": "@redhat-cloud-services/integrations-client", - "version": "2.0.7", + "version": "2.1.0", "description": "", "main": "./index.js", "module": "./esm/index.js",