Skip to content

Commit 22ee953

Browse files
committed
chore(release): publish
- @ui5/[email protected]
1 parent 9f6ab01 commit 22ee953

File tree

2 files changed

+8
-1
lines changed

2 files changed

+8
-1
lines changed

packages/ts-interface-generator/CHANGELOG.md

+7
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,13 @@
33
All notable changes to this project will be documented in this file.
44
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

6+
## [0.4.1](https://github.com/SAP/ui5-typescript/compare/@ui5/[email protected]...@ui5/[email protected]) (2022-03-22)
7+
8+
### Bug Fixes
9+
10+
- **ts-interface-generator:** fix interface not generated when superclass not recognized ([183920f](https://github.com/SAP/ui5-typescript/commit/183920fbb221a30bc0f357d2bf229a6b4f9014a4)), closes [#337](https://github.com/SAP/ui5-typescript/issues/337)
11+
- **ts-interface-generator:** handle simple type arrays in metadata properly ([9f6ab01](https://github.com/SAP/ui5-typescript/commit/9f6ab01f62044434ada9132510f8ee6e31032250)), closes [#345](https://github.com/SAP/ui5-typescript/issues/345)
12+
613
# [0.4.0](https://github.com/SAP/ui5-typescript/compare/@ui5/[email protected]...@ui5/[email protected]) (2022-01-31)
714

815
### Features

packages/ts-interface-generator/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@ui5/ts-interface-generator",
3-
"version": "0.4.0",
3+
"version": "0.4.1",
44
"description": "Generator for TypeScript type definitions for custom UI5 controls implemented in TypeScript",
55
"author": "SAP SE",
66
"license": "Apache-2.0",

0 commit comments

Comments
 (0)