Skip to content

Commit 8ed03a4

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

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

CHANGELOG.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
1515

1616
- 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)
1717
- Fixed TypeScript enum imports to use `import type` for type aliases to support `verbatimModuleSyntax`. [#7332](https://github.com/microsoft/kiota/pull/7332)
18+
- Fixed a bug where the kiota npm package esm variant would fail to resolve modules.
19+
- Fixes a bug where the kiota npm package type definitions would be misplaced.
1820

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

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

17071709
- Initial GitHub release
1708-

0 commit comments

Comments
 (0)