Skip to content

Commit

Permalink
🔊 adds 10 new submission sounds
Browse files Browse the repository at this point in the history
  • Loading branch information
dylanmcgowan committed Nov 19, 2023
1 parent 6c54a7e commit 552100b
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 3 deletions.
5 changes: 5 additions & 0 deletions .changeset/angry-berries-serve.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
"submitjson": minor
---

Adds 10 new submission sounds
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# submitjson

![npm](https://img.shields.io/npm/v/submitjson)
![npm](https://img.shields.io/npm/v/submitjson?color=%2384cc16)
![npm package minimized gzipped size (select exports)](https://img.shields.io/bundlejs/size/submitjson)

JavaScript client for [Submit JSON](https://www.submitjson.com) written in TypeScript. Works in modern browsers, as well as runtimes like Node.js v18+, Bun, Deno, and Edge Runtime.
Expand Down
2 changes: 1 addition & 1 deletion index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ interface SubmitOptions {
emailNotification?: boolean
emailReplyTo?: string
submissionFormat?: 'raw' | 'pretty'
submissionSound?: 'none' | 'ping'
submissionSound?: 'none' | 'beep' | 'blip' | 'block' | 'coin' | 'ding' | 'dink' | 'honk' | 'jump' | 'ping' | 'pong' | 'snare'
submissionRecipient?: string
}

Expand Down
2 changes: 1 addition & 1 deletion v1.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ export interface components {
* @example ping
* @enum {string}
*/
submissionSound?: 'none' | 'ping'
submissionSound?: 'none' | 'beep' | 'blip' | 'block' | 'coin' | 'ding' | 'dink' | 'honk' | 'jump' | 'ping' | 'pong' | 'snare'
}
}
Submission: {
Expand Down

0 comments on commit 552100b

Please sign in to comment.