File tree Expand file tree Collapse file tree 3 files changed +17
-7
lines changed Expand file tree Collapse file tree 3 files changed +17
-7
lines changed Original file line number Diff line number Diff line change @@ -11,6 +11,16 @@ All notable changes to this project will be documented in this file.
1111The format is based on [ Keep a Changelog] ( https://keepachangelog.com/en/1.1.0/ ) ,
1212and this project adheres to [ Semantic Versioning] ( https://semver.org/spec/v2.0.0.html ) .
1313
14+ ## [ 1.5.0] - 2024-10-01
15+
16+ ### Changed
17+
18+ - MPS ` v1.5.0 ` .
19+
20+ ### Added
21+
22+ - Implementation for ` PersistentConfigBackend ` .
23+
1424## [ 1.4.0] - 2024-09-17
1525
1626### Changed
Original file line number Diff line number Diff line change 11{
22 "name" : " @gnuxie/matrix-protection-suite-for-matrix-bot-sdk" ,
3- "version" : " 1.4 .0" ,
3+ "version" : " 1.5 .0" ,
44 "main" : " dist/index.js" ,
55 "types" : " dist/index.d.ts" ,
66 "files" : [
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@1.4 .0" ,
43+ "matrix-protection-suite" : " npm:@gnuxie/matrix-protection-suite@1.5 .0" ,
4444 "postcss" : " ^8.4.21" ,
4545 "prettier" : " ^2.8.4" ,
4646 "ts-jest" : " ^29.0.5" ,
7474 "@sinclair/typebox" : " 0.32.34" ,
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@1.4 .0"
77+ "matrix-protection-suite" : " npm:@gnuxie/matrix-protection-suite@1.5 .0"
7878 },
7979 "publishConfig" : {
8080 "@gnuxie:registry" : " https://registry.npmjs.org"
Original file line number Diff line number Diff 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@1.4 .0 " :
3168- version "1.4 .0"
3169- resolved "https://registry.yarnpkg.com/@gnuxie/matrix-protection-suite/-/matrix-protection-suite-1.4 .0.tgz#0cce6f9dec22cf41b8ffc26861e5ae5c7cf463db "
3170- integrity sha512-/1+L/Tf/fJx9aeNvyIfF4dqkS6YtTkRLMvSiqFNIpCq3JxOwyM2nqVBBNG5rbVPPdrxGlaFP+GuPxAUm54SdSA ==
3167+ " matrix-protection-suite@npm:@gnuxie/matrix-protection-suite@1.5 .0 " :
3168+ version "1.5 .0"
3169+ resolved "https://registry.yarnpkg.com/@gnuxie/matrix-protection-suite/-/matrix-protection-suite-1.5 .0.tgz#6e44549b212b82ccaa744cf8ce42f1dff61c788a "
3170+ integrity sha512-3u7LasAn2H8qlDP/HoFoBCk5+UBa976SQPvn7DBypG4EEBnsCkr/EM07mLkb+1S/SgG18nqnpOXKkZxbr1hH4w ==
31713171 dependencies :
31723172 " @gnuxie/typescript-result" " ^1.0.0"
31733173 await-lock "^2.2.2"
You can’t perform that action at this time.
0 commit comments