Skip to content

Commit 1c0cc52

Browse files
committed
v2.5.0
1 parent a92013a commit 1c0cc52

File tree

3 files changed

+16
-10
lines changed

3 files changed

+16
-10
lines changed

CHANGELOG.md

Lines changed: 9 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -11,19 +11,25 @@ All notable changes to this project will be documented in this file.
1111
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.1.0/),
1212
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
1313

14-
## [2.4.0] - 2024-01-10
14+
## [2.5.0] - 2025-01-12
15+
16+
### Added
17+
18+
- Implemented `RoomInviter` on MPS's `ClientPlatform`.
19+
20+
## [2.4.0] - 2025-01-10
1521

1622
### Added
1723

1824
- `SynapseAdminClient['getAbuseReports']`.
1925

20-
## [2.3.2] - 2024-01-09
26+
## [2.3.2] - 2025-01-09
2127

2228
### Fixed
2329

2430
- Typo in room resolvation code LwL.
2531

26-
## [2.3.1] - 2024-01-09
32+
## [2.3.1] - 2025-01-09
2733

2834
### Fixed
2935

package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@gnuxie/matrix-protection-suite-for-matrix-bot-sdk",
3-
"version": "2.4.0",
3+
"version": "2.5.0",
44
"main": "dist/index.js",
55
"types": "dist/index.d.ts",
66
"files": [
@@ -40,7 +40,7 @@
4040
"jest": "^29.4.3",
4141
"lint-staged": "^13.1.2",
4242
"matrix-bot-sdk": ">=0.6.4",
43-
"matrix-protection-suite": "npm:@gnuxie/matrix-protection-suite@2.4.0",
43+
"matrix-protection-suite": "npm:@gnuxie/matrix-protection-suite@2.5.0",
4444
"postcss": "^8.4.21",
4545
"prettier": "^2.8.4",
4646
"ts-jest": "^29.0.5",
@@ -74,7 +74,7 @@
7474
"@sinclair/typebox": "0.34.13",
7575
"@the-draupnir-project/matrix-basic-types": "^0.2.0",
7676
"matrix-bot-sdk": ">=0.6.4",
77-
"matrix-protection-suite": "npm:@gnuxie/matrix-protection-suite@2.4.0"
77+
"matrix-protection-suite": "npm:@gnuxie/matrix-protection-suite@2.5.0"
7878
},
7979
"publishConfig": {
8080
"@gnuxie:registry": "https://registry.npmjs.org"

yarn.lock

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -3164,10 +3164,10 @@ matrix-bot-sdk@>=0.6.4:
31643164
request-promise "^4.2.6"
31653165
sanitize-html "^2.8.0"
31663166

3167-
"matrix-protection-suite@npm:@gnuxie/matrix-protection-suite@2.4.0":
3168-
version "2.4.0"
3169-
resolved "https://registry.yarnpkg.com/@gnuxie/matrix-protection-suite/-/matrix-protection-suite-2.4.0.tgz#60659023fd6e5aec4e1282f7726da3baab074ee5"
3170-
integrity sha512-oEA0Vi/VJsHWXNQ0RMiLUID+YpgTH05+OGnHGVyeSS/8HP5Ziij3ZGMJvemZ2pij8Uq6az0hVV/NZUOefCoI1A==
3167+
"matrix-protection-suite@npm:@gnuxie/matrix-protection-suite@2.5.0":
3168+
version "2.5.0"
3169+
resolved "https://registry.yarnpkg.com/@gnuxie/matrix-protection-suite/-/matrix-protection-suite-2.5.0.tgz#ed4a183a45ec37bc8f541b28607afecbf46d21bb"
3170+
integrity sha512-nifDQJjVlmkNu1OKgUdIr5y1TWEZax9KaD/Z2mc3jU2ylWtu/MRWtgcKLnzGcCaFkg3WPOzMa6SCCV8ZTz3b5w==
31713171
dependencies:
31723172
"@gnuxie/typescript-result" "^1.0.0"
31733173
await-lock "^2.2.2"

0 commit comments

Comments
 (0)