Skip to content

Commit 9ea60b8

Browse files
chore(main): release 0.2.1 (#22)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent d5895f7 commit 9ea60b8

File tree

3 files changed

+15
-3
lines changed

3 files changed

+15
-3
lines changed

CHANGELOG.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,17 @@
11
# Changelog
22

3+
## [0.2.1](https://github.com/pablaber/openapi-typescript-types/compare/v0.2.0...v0.2.1) (2024-05-22)
4+
5+
6+
### Bug Fixes
7+
8+
* fixed broken types base file in build ([d5895f7](https://github.com/pablaber/openapi-typescript-types/commit/d5895f70232cbf5d0a847b81de4cd04c472fd861))
9+
10+
11+
### Miscellaneous
12+
13+
* hopefully fix publish script ([33adbbb](https://github.com/pablaber/openapi-typescript-types/commit/33adbbb471b3d3f19904026fe029b1e4f8ff16ba))
14+
315
## [0.2.0](https://github.com/pablaber/openapi-typescript-types/compare/v0.1.1...v0.2.0) (2024-05-21)
416

517

package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "openapi-typescript-types",
3-
"version": "0.2.0",
3+
"version": "0.2.1",
44
"description": "A tool used to generate types from OpenAPI 3.x schemas",
55
"author": "Patrick Bacon-Blaber",
66
"license": "ISC",

0 commit comments

Comments
 (0)