diff --git a/.azext/changelog-cache.json b/.azext/changelog-cache.json index 7ead9ea..28f798e 100644 --- a/.azext/changelog-cache.json +++ b/.azext/changelog-cache.json @@ -1,4 +1,12 @@ { "issues": [], - "pullRequests": [] + "pullRequests": [ + { + "id": 924981366, + "number": 14, + "submitter": "joachimdalen", + "title": "Fix work hub title", + "url": "https://github.com/joachimdalen/azdevops-acceptance-criterias/pull/14" + } + ] } \ No newline at end of file diff --git a/.azext/changelog.json b/.azext/changelog.json index f0693ae..c21268f 100644 --- a/.azext/changelog.json +++ b/.azext/changelog.json @@ -1,6 +1,23 @@ [ { - "publishDate": "01-05-2022", + "publishDate": "2022-05-01", + "version": "1.0.1", + "modules": [ + { + "name": "work-hub", + "version": "1.0.1", + "changes": [ + { + "type": "fix", + "description": "Fix wrong title on work hub", + "pullRequest": 14 + } + ] + } + ] + }, + { + "publishDate": "2022-05-01", "version": "1.0.0", "sections": { "summary": [{ "type": "text", "content": "Initial release" }] diff --git a/CHANGELOG.md b/CHANGELOG.md index ce3d817..562fdfa 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,17 @@ # Changelog -## 1.0.0 (01-05-2022) +## 1.0.1 (2022-05-01) + +### 🐛 Fixes (1) + +#### `work-hub@1.0.1` + +- Fix wrong title on work hub + - Fixed in [PR#14 - Fix work hub title](https://github.com/joachimdalen/azdevops-acceptance-criterias/pull/14) + +--- + +## 1.0.0 (2022-05-01) **✏️ Release summary** diff --git a/src/work-hub/module.json b/src/work-hub/module.json index d0b725d..05575e6 100644 --- a/src/work-hub/module.json +++ b/src/work-hub/module.json @@ -3,6 +3,6 @@ "version": { "Major": 1, "Minor": 0, - "Patch": 0 + "Patch": 1 } } diff --git a/vss-extension.prod.json b/vss-extension.prod.json index 36b7efb..e8c8338 100644 --- a/vss-extension.prod.json +++ b/vss-extension.prod.json @@ -179,7 +179,7 @@ "type": "ms.vss-web.hub-group", "targets": ["ms.vss-web.project-hub-groups-collection"], "properties": { - "name": "Acceptance Criterias (QA)", + "name": "Acceptance Criterias", "order": 100, "icon": { "light": "dist/assets/hub-group-icon.png",