From c5c2e30f07260efa597f378a17526a4cb92c952b Mon Sep 17 00:00:00 2001 From: nacho-bot Date: Fri, 16 Feb 2024 13:50:47 +0000 Subject: [PATCH] chore(@redhat-cloud-services/catalog-client): release version 1.3.0 --- packages/catalog/CHANGELOG.md | 7 +++++++ packages/catalog/package.json | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/packages/catalog/CHANGELOG.md b/packages/catalog/CHANGELOG.md index d0e7a8e2..9228e6ca 100644 --- a/packages/catalog/CHANGELOG.md +++ b/packages/catalog/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/catalog-client-1.2.14...@redhat-cloud-services/catalog-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.15](https://github.com/RedHatInsights/javascript-clients/compare/@redhat-cloud-services/catalog-client-1.2.14...@redhat-cloud-services/catalog-client-1.2.15) (2024-02-02) # Changelog \ No newline at end of file diff --git a/packages/catalog/package.json b/packages/catalog/package.json index f412d561..7544ecd3 100644 --- a/packages/catalog/package.json +++ b/packages/catalog/package.json @@ -1,6 +1,6 @@ { "name": "@redhat-cloud-services/catalog-client", - "version": "1.2.14", + "version": "1.3.0", "description": "", "main": "./index.js", "module": "./esm/index.js",