Skip to content

Commit e6df437

Browse files
authored
Update version and changelog (#54)
* Update version and changelog * Add author in changelog
1 parent c68c022 commit e6df437

File tree

2 files changed

+7
-1
lines changed

2 files changed

+7
-1
lines changed

packages/create-schemas/CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
# @workleap/create-schemas
22

3+
## 0.3.2
4+
5+
### Patch Changes
6+
7+
- [#53](https://github.com/workleap/wl-openapi-typescript/pull/53) [`c68c022`](https://github.com/workleap/wl-openapi-typescript/commit/c68c022d433d91425586e82a5818d9884eaa6ce9) Thanks [@jgclement91](https://github.com/jgclement91) Fix duplicate type alias generation for enum declarations with special characters. The `toSafeName` function now uses PascalCase transformation to match `openapi-typescript`'s enum naming convention, ensuring that enums with hyphens, dots, or other special characters (e.g., `"user-status"``UserStatus`) are correctly filtered out when generating type aliases.
8+
39
## 0.3.1
410

511
### Patch Changes

packages/create-schemas/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@workleap/create-schemas",
33
"author": "Workleap",
4-
"version": "0.3.1",
4+
"version": "0.3.2",
55
"description": "CLI to generate Typescript schemas from an OpenAPI document",
66
"license": "Apache-2.0",
77
"repository": {

0 commit comments

Comments
 (0)