diff --git a/.changeset/four-pets-hunt.md b/.changeset/four-pets-hunt.md deleted file mode 100644 index b0bcd60f..00000000 --- a/.changeset/four-pets-hunt.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@nf-team/fetch": minor ---- - -refactor(@nf-team/fetch): fetch api의 body 제네릭 타입 추가 diff --git a/.yarn/cache/@esbuild-linux-x64-npm-0.21.5-88079726c4-10.zip b/.yarn/cache/@esbuild-linux-x64-npm-0.21.5-88079726c4-10.zip new file mode 100644 index 00000000..2a3a835a Binary files /dev/null and b/.yarn/cache/@esbuild-linux-x64-npm-0.21.5-88079726c4-10.zip differ diff --git a/.yarn/cache/@rollup-rollup-linux-x64-gnu-npm-4.4.1-8ac85f164e-10.zip b/.yarn/cache/@rollup-rollup-linux-x64-gnu-npm-4.4.1-8ac85f164e-10.zip new file mode 100644 index 00000000..316722ce Binary files /dev/null and b/.yarn/cache/@rollup-rollup-linux-x64-gnu-npm-4.4.1-8ac85f164e-10.zip differ diff --git a/.yarn/cache/@swc-core-linux-x64-gnu-npm-1.3.96-01459a118a-10.zip b/.yarn/cache/@swc-core-linux-x64-gnu-npm-1.3.96-01459a118a-10.zip new file mode 100644 index 00000000..744d764b Binary files /dev/null and b/.yarn/cache/@swc-core-linux-x64-gnu-npm-1.3.96-01459a118a-10.zip differ diff --git a/.yarn/cache/turbo-linux-64-npm-2.0.5-7da303db48-10.zip b/.yarn/cache/turbo-linux-64-npm-2.0.5-7da303db48-10.zip new file mode 100644 index 00000000..9d7e02f8 Binary files /dev/null and b/.yarn/cache/turbo-linux-64-npm-2.0.5-7da303db48-10.zip differ diff --git a/packages/fetch/CHANGELOG.md b/packages/fetch/CHANGELOG.md index 4d66b2ea..6f0ced91 100644 --- a/packages/fetch/CHANGELOG.md +++ b/packages/fetch/CHANGELOG.md @@ -1,5 +1,11 @@ # @nf-team/fetch +## 1.2.0 + +### Minor Changes + +- b3bd66e: refactor(@nf-team/fetch): fetch api의 body 제네릭 타입 추가 + ## 1.1.0 ### Minor Changes diff --git a/packages/fetch/package.json b/packages/fetch/package.json index 936678dd..b40327cd 100644 --- a/packages/fetch/package.json +++ b/packages/fetch/package.json @@ -1,6 +1,6 @@ { "name": "@nf-team/fetch", - "version": "1.1.0", + "version": "1.2.0", "description": "nf-team fetch", "main": "./dist/index.js", "types": "./dist/index.d.ts",