We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 16120c3 commit 1cf9e03Copy full SHA for 1cf9e03
CHANGELOG.md
@@ -11,6 +11,13 @@ All notable changes to this project will be documented in this file.
11
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.1.0/),
12
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
13
14
+## [2.0.0] - 2024-09-09
15
+
16
+### Changed
17
18
+- `MatrixInterfaceAdaptor` callbacks have been simplified and moved into a
19
+ common interface.
20
21
## [1.1.1] - 2024-09-09
22
23
### Fixed
package.json
@@ -1,6 +1,6 @@
1
{
2
"name": "@the-draupnir-project/interface-manager",
3
- "version": "1.1.1",
+ "version": "2.0.0",
4
"main": "dist/index.js",
5
"types": "dist/index.d.ts",
6
"files": [
0 commit comments