Skip to content

Commit 6ce016b

Browse files
committed
fix pkg version
1 parent cde1557 commit 6ce016b

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# @rootly/backstage-plugin-entity-processor
22

3-
## 1.4.0
3+
## 1.3.1
44

55
- Add entity kind guards to prevent wrong-kind annotations from corrupting Rootly resources
66
- `rootly.com/team-id` and `rootly.com/team-slug` annotations are now only processed for `kind: Group` entities

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@rootly/backstage-plugin-entity-processor",
33
"description": "Rootly Catalog processor Backstage",
4-
"version": "1.4.0",
4+
"version": "1.3.1",
55
"main": "dist/index.cjs.js",
66
"types": "dist/index.d.ts",
77
"license": "MIT",

0 commit comments

Comments
 (0)