We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a529aeb commit b0d762aCopy full SHA for b0d762a
CHANGELOG.md
@@ -11,6 +11,12 @@ 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.2.0] - 2024-09-10
15
+
16
+### Changed
17
18
+- `RestParameterDescription` can now only prompt one presentation for rest.
19
20
## [2.1.0] - 2024-09-10
21
22
### Added
package.json
@@ -1,6 +1,6 @@
1
{
2
"name": "@the-draupnir-project/interface-manager",
3
- "version": "2.1.0",
+ "version": "2.2.0",
4
"main": "dist/index.js",
5
"types": "dist/index.d.ts",
6
"files": [
0 commit comments