Skip to content

Commit a723f81

Browse files
authored
Merge pull request #12 from cuppachino/changeset-release/main
Version Packages
2 parents ec2c5be + 28b49f1 commit a723f81

File tree

4 files changed

+8
-11
lines changed

4 files changed

+8
-11
lines changed

.changeset/clever-plums-collect.md

-5
This file was deleted.

.changeset/rich-bikes-stare.md

-5
This file was deleted.

CHANGELOG.md

+7
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,12 @@
11
# @cuppachino/openapi-fetch
22

3+
## 2.0.6
4+
5+
### Patch Changes
6+
7+
- a892a68: fix: set default entry point to cjs output. Only affects targets that ignore the exports field in package.json.
8+
- 68657ec: retry ci action
9+
310
## 2.0.5
411

512
### Patch Changes

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@cuppachino/openapi-fetch",
33
"description": "An updated fork of ajaishankar's openapi-typescript-fetch",
4-
"version": "2.0.5",
4+
"version": "2.0.6",
55
"publishConfig": {
66
"access": "public"
77
},

0 commit comments

Comments
 (0)