Skip to content

Commit 1ae1acc

Browse files
committed
v4.0.2
1 parent 363d294 commit 1ae1acc

File tree

2 files changed

+9
-3
lines changed

2 files changed

+9
-3
lines changed

CHANGELOG.md

Lines changed: 8 additions & 2 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+
## [4.0.2] 0 2025-03-03
15+
16+
### Fixed
17+
18+
- Return an `UnexpectedArgumentError` instead of a `ResultError` when
19+
an unexpected additional argument is provided to a command.
20+
1421
## [4.0.1] - 2025-02-02
1522

1623
### Fixed
@@ -26,7 +33,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
2633

2734
- The signature of the `CommandDispatcher` `prefixExtractor` callback
2835
has been changed so that it is possible to transform the entire command
29-
body with a `commandNormaliser`. This was changed primarily to
36+
body with a `commandNormaliser`. This was changed primarily to
3037
fix https://github.com/the-draupnir-project/Draupnir/issues/678.
3138

3239
### Added
@@ -71,7 +78,6 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
7178

7279
- Improved inference on `MatrixInterfaceAdaptor['describeRenderer']`.
7380

74-
7581
## [2.4.0] - 2024-09-20
7682

7783
### Changed

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": "4.0.1",
3+
"version": "4.0.2",
44
"main": "dist/index.js",
55
"types": "dist/index.d.ts",
66
"files": [

0 commit comments

Comments
 (0)