Skip to content

Commit 144d678

Browse files
chore(release): 1.4.0 [skip ci]
## @janus-idp/plugin-notifications-backend [1.4.0](https://github.com/janus-idp/backstage-plugins/compare/@janus-idp/[email protected]...@janus-idp/[email protected]) (2024-03-21) ### Features * **notifications:** require users and groups to be of the form namespace/name ([#1352](#1352)) ([5e54670](5e54670))
1 parent 5e54670 commit 144d678

File tree

3 files changed

+9
-2
lines changed

3 files changed

+9
-2
lines changed

plugins/notifications-backend/CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,10 @@
1+
## @janus-idp/plugin-notifications-backend [1.4.0](https://github.com/janus-idp/backstage-plugins/compare/@janus-idp/[email protected]...@janus-idp/[email protected]) (2024-03-21)
2+
3+
4+
### Features
5+
6+
* **notifications:** require users and groups to be of the form namespace/name ([#1352](https://github.com/janus-idp/backstage-plugins/issues/1352)) ([5e54670](https://github.com/janus-idp/backstage-plugins/commit/5e546706fb5340a174e825d762e5e5cbc733bbcf))
7+
18
## @janus-idp/plugin-notifications-backend [1.3.6](https://github.com/janus-idp/backstage-plugins/compare/@janus-idp/[email protected]...@janus-idp/[email protected]) (2024-03-11)
29

310

plugins/notifications-backend/dist-dynamic/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/plugin-notifications-backend-dynamic",
3-
"version": "1.3.6",
3+
"version": "1.4.0",
44
"main": "dist/index.cjs.js",
55
"types": "dist/index.d.ts",
66
"license": "Apache-2.0",

plugins/notifications-backend/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/plugin-notifications-backend",
3-
"version": "1.3.6",
3+
"version": "1.4.0",
44
"main": "src/index.ts",
55
"types": "src/index.ts",
66
"license": "Apache-2.0",

0 commit comments

Comments
 (0)