Skip to content

Commit

Permalink
ci(changeset): add jsdoc for test releaser (#6)
Browse files Browse the repository at this point in the history
## Test Versioning
add jsdoc for test auto-version

---------

Co-authored-by: tommy(정충일) <[email protected]>
  • Loading branch information
manudeli and tooooo1 authored Sep 11, 2023
1 parent d4175ea commit a76e586
Show file tree
Hide file tree
Showing 4 changed files with 10 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .changeset/config.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,5 +7,5 @@
"access": "restricted",
"baseBranch": "main",
"updateInternalDependencies": "patch",
"ignore": []
"ignore": ["@fepack/demo-image"]
}
5 changes: 5 additions & 0 deletions .changeset/itchy-cougars-mix.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
"@fepack/image": patch
---

ci(changeset): add jsdoc for test releaser
2 changes: 1 addition & 1 deletion .vscode/settings.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,5 +2,5 @@
"editor.defaultFormatter": "esbenp.prettier-vscode",
"eslint.validate": ["javascript", "javascriptreact", "typescript", "typescriptreact"],
"typescript.tsdk": "node_modules/typescript/lib",
"cSpell.words": ["packlint", "codecov"]
"cSpell.words": ["packlint", "codecov", "fepack"]
}
4 changes: 3 additions & 1 deletion packages/image/src/index.ts
Original file line number Diff line number Diff line change
@@ -1,4 +1,6 @@
// https://developers.google.com/speed/webp/faq?hl=ko#in_your_own_javascript
/**
* @see https://developers.google.com/speed/webp/faq?hl=ko#in_your_own_javascript
*/
function isSupportWebP(): Promise<boolean> {
return new Promise((resolve) => {
const image = new Image();
Expand Down

0 comments on commit a76e586

Please sign in to comment.