Skip to content

Commit 8ceccb9

Browse files
chore(release): 2.1.1 [skip ci]
## [2.1.1](v2.1.0...v2.1.1) (2023-09-20) ### Bug Fixes * **esm:** use import.meta in ESM instead of __dirname ([4597c3b](4597c3b))
1 parent 4597c3b commit 8ceccb9

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.1.1](https://github.com/openapi-typescript-infra/openapi-typescript-enum/compare/v2.1.0...v2.1.1) (2023-09-20)
2+
3+
4+
### Bug Fixes
5+
6+
* **esm:** use import.meta in ESM instead of __dirname ([4597c3b](https://github.com/openapi-typescript-infra/openapi-typescript-enum/commit/4597c3bd800f24173fd6fa057527036b4e879ece))
7+
18
# [2.1.0](https://github.com/openapi-typescript-infra/openapi-typescript-enum/compare/v2.0.1...v2.1.0) (2023-09-20)
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.1.0",
3+
"version": "2.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)