We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4ca0645 commit 8885bc2Copy full SHA for 8885bc2
CHANGELOG.md
@@ -5,6 +5,12 @@ All notable changes to this project will be documented in this file.
5
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
6
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
7
8
+## [0.18.3] - 2026-02-27
9
+
10
+### Fixed
11
12
+- Added type assertion for `pathItem` in test to fix TypeScript error
13
14
## [0.18.2] - 2026-02-26
15
16
### Fixed
package.json
@@ -1,6 +1,6 @@
1
{
2
"name": "@qualisero/openapi-endpoint",
3
- "version": "0.18.2",
+ "version": "0.18.3",
4
"repository": {
"type": "git",
"url": "https://github.com/qualisero/openapi-endpoint.git"
0 commit comments