diff --git a/packages/sources/CHANGELOG.md b/packages/sources/CHANGELOG.md index 703ce04a..365033c1 100644 --- a/packages/sources/CHANGELOG.md +++ b/packages/sources/CHANGELOG.md @@ -2,6 +2,13 @@ This file was generated using [@jscutlery/semver](https://github.com/jscutlery/semver). +## [1.3.0](https://github.com/RedHatInsights/javascript-clients/compare/@redhat-cloud-services/sources-client-1.2.13...@redhat-cloud-services/sources-client-1.3.0) (2024-02-16) + + +### Features + +* add nx and GH actions support ([f744511](https://github.com/RedHatInsights/javascript-clients/commit/f744511308bf530dd53724792939e133c8d7cf22)) + ## [1.2.14](https://github.com/RedHatInsights/javascript-clients/compare/@redhat-cloud-services/sources-client-1.2.13...@redhat-cloud-services/sources-client-1.2.14) (2024-02-02) # Changelog \ No newline at end of file diff --git a/packages/sources/package.json b/packages/sources/package.json index dafb4469..5cb829af 100644 --- a/packages/sources/package.json +++ b/packages/sources/package.json @@ -1,6 +1,6 @@ { "name": "@redhat-cloud-services/sources-client", - "version": "1.2.13", + "version": "1.3.0", "description": "", "main": "./index.js", "module": "./esm/index.js",