Skip to content

Commit 9b0e386

Browse files
author
Conventional Changelog Action
committed
chore(release): v0.3.3 [skip ci]
1 parent b6e1dd9 commit 9b0e386

File tree

2 files changed

+10
-1
lines changed

2 files changed

+10
-1
lines changed

CHANGELOG.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,12 @@
1+
## [0.3.3](https://github.com/crowbait/typespec-typescript-emitter/compare/v0.3.2...v0.3.3) (2025-01-02)
2+
3+
4+
### Bug Fixes
5+
6+
* parsing of Record-type models ([b6e1dd9](https://github.com/crowbait/typespec-typescript-emitter/commit/b6e1dd91b94e39ad657d584f49051bc8e9e83608)), closes [#2](https://github.com/crowbait/typespec-typescript-emitter/issues/2)
7+
8+
9+
110
## [0.3.2](https://github.com/crowbait/typespec-typescript-emitter/compare/v0.3.1...v0.3.2) (2025-01-02)
211

312

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "typespec-typescript-emitter",
3-
"version": "0.3.2",
3+
"version": "0.3.3",
44
"description": "A TypeSpec library providing an emitter that generates TypeScript types and a structured routes object for robust importing",
55
"homepage": "https://github.com/crowbait/typespec-typescript-emitter#readme",
66
"bugs": "https://github.com/crowbait/typespec-typescript-emitter/issues",

0 commit comments

Comments
 (0)