Skip to content

Commit 5c3cf7a

Browse files
chore(release): 2.0.1 [skip ci]
## [2.0.1](v2.0.0...v2.0.1) (2023-08-03) ### Bug Fixes * **enum:** redo fix that removes special characters ([13d7d67](13d7d67))
1 parent 13d7d67 commit 5c3cf7a

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+
## [2.0.1](https://github.com/openapi-typescript-infra/openapi-typescript-enum/compare/v2.0.0...v2.0.1) (2023-08-03)
2+
3+
4+
### Bug Fixes
5+
6+
* **enum:** redo fix that removes special characters ([13d7d67](https://github.com/openapi-typescript-infra/openapi-typescript-enum/commit/13d7d67c32aa17e9e2c3747cf12b9490ce405de6))
7+
18
# [2.0.0](https://github.com/openapi-typescript-infra/openapi-typescript-enum/compare/v1.1.1...v2.0.0) (2023-08-03)
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": "2.0.0",
3+
"version": "2.0.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)