Skip to content

Commit a3565eb

Browse files
author
Conventional Changelog Action
committed
chore(release): v0.3.4 [skip ci]
1 parent eab6064 commit a3565eb

File tree

2 files changed

+12
-17
lines changed

2 files changed

+12
-17
lines changed

CHANGELOG.md

Lines changed: 11 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,14 @@
1+
## [0.3.4](https://github.com/crowbait/typespec-typescript-emitter/compare/v0.3.3...v0.3.4) (2025-01-03)
2+
3+
4+
### Bug Fixes
5+
6+
* model resolution if spread over multiple files ([bd34d4e](https://github.com/crowbait/typespec-typescript-emitter/commit/bd34d4ee7a7cc83c3c233ffd3ae9086db318be51))
7+
* model typeguard resolution if spread over mutliple files ([eab6064](https://github.com/crowbait/typespec-typescript-emitter/commit/eab606421c930d5c9a747ffbd0d1a0707608374b))
8+
* support recursive records ([c0bad3f](https://github.com/crowbait/typespec-typescript-emitter/commit/c0bad3f15f2f0913ef99129ce17c53a17fd0d125)), closes [#3](https://github.com/crowbait/typespec-typescript-emitter/issues/3)
9+
10+
11+
112
## [0.3.3](https://github.com/crowbait/typespec-typescript-emitter/compare/v0.3.2...v0.3.3) (2025-01-02)
213

314

@@ -43,19 +54,3 @@
4354

4455

4556

46-
# [0.2.0](https://github.com/crowbait/typespec-typescript-emitter/compare/fdafc1c081058e9d683946b010d10ff3bd962cdc...v0.2.0) (2024-11-12)
47-
48-
49-
### Bug Fixes
50-
51-
* warning log level ([8b74b01](https://github.com/crowbait/typespec-typescript-emitter/commit/8b74b0197ed4b8fa3aad57d0f50cb884af879243))
52-
53-
54-
### Features
55-
56-
* routes emitter ([fdafc1c](https://github.com/crowbait/typespec-typescript-emitter/commit/fdafc1c081058e9d683946b010d10ff3bd962cdc))
57-
* support optional model properties ([729d9f1](https://github.com/crowbait/typespec-typescript-emitter/commit/729d9f125434ead7a33326014082cd172c79f2ff))
58-
* types emitter ([e31d459](https://github.com/crowbait/typespec-typescript-emitter/commit/e31d459edce08d010e590681e3a2e17d636de64e))
59-
60-
61-

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.3",
3+
"version": "0.3.4",
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)