Skip to content

Commit 94f84c2

Browse files
committed
docs: adds changelog entries for npm package fixes
Signed-off-by: Vincent Biret <vibiret@microsoft.com>
1 parent c28624a commit 94f84c2

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

CHANGELOG.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
1616
- Fixed a bug where OpenAPI schemas with `format` but without `type` keyword would generate `UntypedNode` instead of proper types. [#7315](https://github.com/microsoft/kiota/issues/7315)
1717
- Fixed a bug where discriminator mappings for oneOf types with allOf-inherited schemas would incorrectly use schema names as keys instead of resolving the base type discriminator mappings. [#7339](https://github.com/microsoft/kiota/issues/7339)
1818
- Fixed TypeScript enum imports to use `import type` for type aliases to support `verbatimModuleSyntax`. [#7332](https://github.com/microsoft/kiota/pull/7332)
19+
- Fixed a bug where the kiota npm package esm variant would fail to resolve modules.
20+
- Fixes a bug where the kiota npm package type definitions would be misplaced.
1921

2022
## [1.30.0] - 2026-01-26
2123

@@ -1706,4 +1708,3 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
17061708
### Added
17071709

17081710
- Initial GitHub release
1709-

0 commit comments

Comments
 (0)