Skip to content

Commit 97d4ca1

Browse files
chore(release): 1.0.0 [skip ci]
## @janus-idp/backstage-plugin-lightspeed 1.0.0 (2024-08-07) ### Features * **lightspeed:** add a new lightspeed plugin with basic implementation of chat ([#1889](#1889)) ([cb80e38](cb80e38)) * **lightspeed:** add api client ([#2020](#2020)) ([ff09574](ff09574))
1 parent 336764c commit 97d4ca1

File tree

2 files changed

+9
-1
lines changed

2 files changed

+9
-1
lines changed

plugins/lightspeed/CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,14 @@
99
## @janus-idp/backstage-plugin-lightspeed 1.0.0 (2024-08-07)
1010

1111

12+
### Features
13+
14+
* **lightspeed:** add a new lightspeed plugin with basic implementation of chat ([#1889](https://github.com/janus-idp/backstage-plugins/issues/1889)) ([cb80e38](https://github.com/janus-idp/backstage-plugins/commit/cb80e38d4d35a8097cd84b57c1b8eb12ec5af6b4))
15+
* **lightspeed:** add api client ([#2020](https://github.com/janus-idp/backstage-plugins/issues/2020)) ([ff09574](https://github.com/janus-idp/backstage-plugins/commit/ff095742c542869c7a330d391bd619e97473218c))
16+
17+
## @janus-idp/backstage-plugin-lightspeed 1.0.0 (2024-08-07)
18+
19+
1220
### Features
1321

1422
* **lightspeed:** add a new lightspeed plugin with basic implementation of chat ([#1889](https://github.com/janus-idp/backstage-plugins/issues/1889)) ([cb80e38](https://github.com/janus-idp/backstage-plugins/commit/cb80e38d4d35a8097cd84b57c1b8eb12ec5af6b4))

plugins/lightspeed/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@janus-idp/backstage-plugin-lightspeed",
3-
"version": "1.0.1",
3+
"version": "1.0.0",
44
"main": "src/index.ts",
55
"types": "src/index.ts",
66
"license": "Apache-2.0",

0 commit comments

Comments
 (0)