Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view

This file was deleted.

This file was deleted.

Original file line number Diff line number Diff line change
@@ -1,5 +1,15 @@
# @backstage-community/plugin-scaffolder-backend-module-annotator

## 2.19.0

### Minor Changes

- 4ab17c7: Backstage version bump to v1.53.0

### Patch Changes

- 26bfeb5: Document starting the dev harness with --config app-config.yaml and add a workspace-level app-config.yaml for parity with other harness workspaces.

## 2.18.1

### Patch Changes
Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@backstage-community/plugin-scaffolder-backend-module-annotator",
"description": "The annotator module for @backstage/plugin-scaffolder-backend",
"version": "2.18.1",
"version": "2.19.0",
"main": "src/index.ts",
"types": "src/index.ts",
"license": "Apache-2.0",
Expand Down