Skip to content

Commit 1e80665

Browse files
committed
Cut Release '4.0.0'
1 parent e1cf5b6 commit 1e80665

File tree

7 files changed

+18
-13
lines changed

7 files changed

+18
-13
lines changed

.changes/unreleased/Breaking-20241211-164704.yaml

Lines changed: 0 additions & 3 deletions
This file was deleted.

.changes/unreleased/Documentation-20240719-152626.yaml

Lines changed: 0 additions & 3 deletions
This file was deleted.

.changes/unreleased/Fixed-20241206-144918.yaml

Lines changed: 0 additions & 3 deletions
This file was deleted.

.changes/unreleased/Fixed-20241212-144852.yaml

Lines changed: 0 additions & 3 deletions
This file was deleted.

.changes/v4.0.0.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
## v4.0.0 - 2024-12-12
2+
### Breaking
3+
* Switches to new backend system
4+
### Fixed
5+
* JSONPath version bump
6+
* Fixes high vulnerability in downstream library
7+
### Documentation
8+
* Documents need for new proxy settings

CHANGELOG.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,15 @@ adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html),
66
and is generated by [Changie](https://github.com/miniscruff/changie).
77

88

9+
## v4.0.0 - 2024-12-12
10+
### Breaking
11+
* Switches to new backend system
12+
### Fixed
13+
* JSONPath version bump
14+
* Fixes high vulnerability in downstream library
15+
### Documentation
16+
* Documents need for new proxy settings
17+
918
## v3.0.0 - 2024-07-16
1019
### Breaking
1120
* Switches to use @backstage/backend-plugin-api version of resolving path in preparation of New Backend Release

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@opslevel/backstage-maturity-backend",
33
"description": "The official OpsLevel back-end Backstage plugin for fetching catalog and service maturity details.",
4-
"version": "3.0.0",
4+
"version": "4.0.0",
55
"main": "dist/index.cjs.js",
66
"types": "dist/index.d.ts",
77
"license": "Apache-2.0",

0 commit comments

Comments
 (0)