Skip to content

Commit ee786f4

Browse files
chore(release): 1.1.0 [skip ci]
# [1.1.0](v1.0.1...v1.1.0) (2023-07-28) ### Features * **naming:** Handle special characters in name and dedupe ([9d3eba5](9d3eba5))
1 parent 9d3eba5 commit ee786f4

File tree

2 files changed

+8
-1
lines changed

2 files changed

+8
-1
lines changed

CHANGELOG.md

+7
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,10 @@
1+
# [1.1.0](https://github.com/openapi-typescript-infra/openapi-typescript-enum/compare/v1.0.1...v1.1.0) (2023-07-28)
2+
3+
4+
### Features
5+
6+
* **naming:** Handle special characters in name and dedupe ([9d3eba5](https://github.com/openapi-typescript-infra/openapi-typescript-enum/commit/9d3eba58cb882dd3f4feddc5a57d819d82720e39))
7+
18
## [1.0.1](https://github.com/openapi-typescript-infra/openapi-typescript-enum/compare/v1.0.0...v1.0.1) (2023-07-28)
29

310

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@openapi-typescript-infra/openapi-typescript-enum",
3-
"version": "1.0.1",
3+
"version": "1.1.0",
44
"description": "A version of openapi-typescript that also generates enumerations",
55
"main": "build/index.js",
66
"types": "build/index.d.ts",

0 commit comments

Comments
 (0)