diff --git a/CHANGELOG.md b/CHANGELOG.md index 90c02fca..4532e3a3 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,18 @@ All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines. +## [1.15.0](https://github.com/drodil/backstage-plugin-qeta/compare/v1.14.1...v1.15.0) (2023-08-02) + + +### Features + +* more global access management ([f078b34](https://github.com/drodil/backstage-plugin-qeta/commit/f078b342d50885eac96395fd7a6611f9263333d1)), closes [#81](https://github.com/drodil/backstage-plugin-qeta/issues/81) [#75](https://github.com/drodil/backstage-plugin-qeta/issues/75) + + +### Bug Fixes + +* global edit checks in routes ([902c2a4](https://github.com/drodil/backstage-plugin-qeta/commit/902c2a42f19ae771521294a33d85b709e420b7cb)) + ### [1.14.1](https://github.com/drodil/backstage-plugin-qeta/compare/v1.14.0...v1.14.1) (2023-07-31) diff --git a/plugins/qeta-backend/package.json b/plugins/qeta-backend/package.json index b91ecbdf..11a8b686 100644 --- a/plugins/qeta-backend/package.json +++ b/plugins/qeta-backend/package.json @@ -1,6 +1,6 @@ { "name": "@drodil/backstage-plugin-qeta-backend", - "version": "1.14.1", + "version": "1.15.0", "description": "Backstage.io Q&A plugin backend", "keywords": [ "backstage", diff --git a/plugins/qeta-common/package.json b/plugins/qeta-common/package.json index d607bc4c..c16322f3 100644 --- a/plugins/qeta-common/package.json +++ b/plugins/qeta-common/package.json @@ -7,7 +7,7 @@ "frontend", "backstage.io" ], - "version": "1.14.1", + "version": "1.15.0", "main": "src/index.ts", "types": "src/index.ts", "prepublishOnly": "yarn tsc && yarn build", diff --git a/plugins/qeta/package.json b/plugins/qeta/package.json index 6f064550..f1144f8a 100644 --- a/plugins/qeta/package.json +++ b/plugins/qeta/package.json @@ -7,7 +7,7 @@ "frontend", "backstage.io" ], - "version": "1.14.1", + "version": "1.15.0", "main": "src/index.ts", "types": "src/index.ts", "prepublishOnly": "yarn tsc && yarn build",