chore: added changeset

Signed-off-by: Alex Lorenzi <alorenzi@spotify.com>
This commit is contained in:
Alex Lorenzi
2024-09-06 10:54:29 -04:00
parent 7dc942ce48
commit b0206dcaee
+11
View File
@@ -0,0 +1,11 @@
---
'@backstage/plugin-techdocs': patch
---
Added support for setting page status with 'new' and 'deprecated' values, allowing visual indication of page status in TechDocs. To use include the following at the top of your markdown file:
```markdown
---
status: new
---
```