Skip to content

Commit 1cf9e03

Browse files
committed
v2.0.0
1 parent 16120c3 commit 1cf9e03

File tree

2 files changed

+8
-1
lines changed

2 files changed

+8
-1
lines changed

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,13 @@ 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.0.0] - 2024-09-09
15+
16+
### Changed
17+
18+
- `MatrixInterfaceAdaptor` callbacks have been simplified and moved into a
19+
common interface.
20+
1421
## [1.1.1] - 2024-09-09
1522

1623
### Fixed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@the-draupnir-project/interface-manager",
3-
"version": "1.1.1",
3+
"version": "2.0.0",
44
"main": "dist/index.js",
55
"types": "dist/index.d.ts",
66
"files": [

0 commit comments

Comments
 (0)