diff --git a/plugins/shared-react/CHANGELOG.md b/plugins/shared-react/CHANGELOG.md index 0bc162f4f0..af28f47c64 100644 --- a/plugins/shared-react/CHANGELOG.md +++ b/plugins/shared-react/CHANGELOG.md @@ -1,3 +1,10 @@ +## @janus-idp/shared-react [2.3.0](https://github.com/janus-idp/backstage-plugins/compare/@janus-idp/shared-react@2.2.0...@janus-idp/shared-react@2.3.0) (2023-12-22) + + +### Features + +* **tekton:** add CVE summary and signed badge ([#1028](https://github.com/janus-idp/backstage-plugins/issues/1028)) ([effdef0](https://github.com/janus-idp/backstage-plugins/commit/effdef085deaeea78a819d1bde960f83820ec705)) + ## @janus-idp/shared-react [2.2.0](https://github.com/janus-idp/backstage-plugins/compare/@janus-idp/shared-react@2.1.0...@janus-idp/shared-react@2.2.0) (2023-12-20) diff --git a/plugins/shared-react/package.json b/plugins/shared-react/package.json index b35b35f06f..675b6a8f50 100644 --- a/plugins/shared-react/package.json +++ b/plugins/shared-react/package.json @@ -1,6 +1,6 @@ { "name": "@janus-idp/shared-react", - "version": "2.2.0", + "version": "2.3.0", "main": "src/index.ts", "types": "src/index.ts", "license": "Apache-2.0",