Skip to content

Commit a760de7

Browse files
chore(release): 1.1.1 [skip ci]
## [1.1.1](v1.1.0...v1.1.1) (2023-07-28) ### Bug Fixes * **tests:** update snapshot handling for tests ([512302d](512302d)) * **ts:** use quotes for enums ([1086387](1086387))
1 parent 512302d commit a760de7

File tree

2 files changed

+9
-1
lines changed

2 files changed

+9
-1
lines changed

CHANGELOG.md

+8
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,11 @@
1+
## [1.1.1](https://github.com/openapi-typescript-infra/openapi-typescript-enum/compare/v1.1.0...v1.1.1) (2023-07-28)
2+
3+
4+
### Bug Fixes
5+
6+
* **tests:** update snapshot handling for tests ([512302d](https://github.com/openapi-typescript-infra/openapi-typescript-enum/commit/512302d2ad5483063ad19c8085c2c967ef93c185))
7+
* **ts:** use quotes for enums ([1086387](https://github.com/openapi-typescript-infra/openapi-typescript-enum/commit/1086387738883bc81a54aca3447377ce9ca690db))
8+
19
# [1.1.0](https://github.com/openapi-typescript-infra/openapi-typescript-enum/compare/v1.0.1...v1.1.0) (2023-07-28)
210

311

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