This repository was archived by the owner on Mar 5, 2025. It is now read-only.
File tree 6 files changed +15
-9
lines changed
6 files changed +15
-9
lines changed Load Diff This file was deleted.
Original file line number Diff line number Diff line change 1
1
# @nordeck/element-web-guest-module
2
2
3
+ ## 0.2.1
4
+
5
+ ### Patch Changes
6
+
7
+ - 344b7bf: Update the repository name
8
+
3
9
## 0.2.0
4
10
5
11
### Minor Changes
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @nordeck/element-web-guest-module" ,
3
- "version" : " 0.2.0 " ,
3
+ "version" : " 0.2.1 " ,
4
4
"description" : " A module for Element to login as a guest" ,
5
5
"author" : " Nordeck IT + Consulting GmbH" ,
6
6
"license" : " Apache-2.0" ,
Original file line number Diff line number Diff line change 1
1
# @nordeck/synapse-guest-module
2
2
3
+ ## 0.3.1
4
+
5
+ ### Patch Changes
6
+
7
+ - 344b7bf: Update the repository name
8
+
3
9
## 0.3.0
4
10
5
11
### Minor Changes
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @nordeck/synapse-guest-module" ,
3
- "version" : " 0.3.0 " ,
3
+ "version" : " 0.3.1 " ,
4
4
"private" : true ,
5
5
"description" : " A synapse module to restrict the actions of guests" ,
6
6
"author" : " Nordeck IT + Consulting GmbH" ,
Original file line number Diff line number Diff line change @@ -3,7 +3,7 @@ name = synapse_guest_module
3
3
description = A synapse module to restrict the actions of guests
4
4
long_description = file: README.md
5
5
long_description_content_type = text/markdown
6
- version = 0.3.0
6
+ version = 0.3.1
7
7
8
8
classifiers =
9
9
License :: OSI Approved :: Apache Software License
You can’t perform that action at this time.
0 commit comments