generated from OrbisK/vue-composable-starter
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
2 changed files
with
1 addition
and
10 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -9,10 +9,6 @@ | |
|
||
- Add only dist and readme to bundle ([047e636](https://github.com/OrbisK/vue-use-media-recorder/commit/047e636)) | ||
|
||
### ❤️ Contributors | ||
|
||
- Robin Kehl <[email protected]> | ||
|
||
## v0.0.1 | ||
|
||
|
||
|
@@ -31,8 +27,3 @@ | |
### ✅ Tests | ||
|
||
- Update mimetype and data tests ([2c585aa](https://github.com/OrbisK/vue-use-media-recorder/commit/2c585aa)) | ||
|
||
### ❤️ Contributors | ||
|
||
- Robin Kehl <[email protected]> | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,5 @@ | ||
import type { ChangelogConfig } from 'changelogen' | ||
|
||
export default { | ||
excludeAuthors: ['OrbisK'] | ||
excludeAuthors: ['[email protected]'] | ||
} satisfies ChangelogConfig |