File tree Expand file tree Collapse file tree 2 files changed +28
-2
lines changed Expand file tree Collapse file tree 2 files changed +28
-2
lines changed Original file line number Diff line number Diff line change
1
+ # Changelog
2
+
3
+
4
+ ## v0.0.1
5
+
6
+
7
+ ### 🚀 Enhancements
8
+
9
+ - Add ` useMediaRecorder ` composable ([ b74f972] ( https://github.com/OrbisK/vue-use-media-recorder/commit/b74f972 ) )
10
+
11
+ ### 📖 Documentation
12
+
13
+ - Update README.md ([ f3c1d64] ( https://github.com/OrbisK/vue-use-media-recorder/commit/f3c1d64 ) )
14
+
15
+ ### 🏡 Chore
16
+
17
+ - Release setup ([ 4834e5a] ( https://github.com/OrbisK/vue-use-media-recorder/commit/4834e5a ) )
18
+
19
+ ### ✅ Tests
20
+
21
+ - Update mimetype and data tests ([ 2c585aa] ( https://github.com/OrbisK/vue-use-media-recorder/commit/2c585aa ) )
22
+
23
+ ### ❤️ Contributors
24
+
25
+
26
+
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @orbisk/vue-use-media-recorder" ,
3
3
"type" : " module" ,
4
- "version" : " 0.0.0 " ,
4
+ "version" : " 0.0.1 " ,
5
5
"packageManager" :
" [email protected] " ,
6
6
"description" : " 🪝 Vue Composable around MediaRecorder API" ,
7
7
"author" :
" Robin Kehl <[email protected] >" ,
58
58
"docs:preview" : " vitepress preview docs" ,
59
59
"test:browser" : " vitest --workspace=vitest.workspace.js" ,
60
60
"prepack" : " pnpm build" ,
61
- "release" : " pnpm test:unit && pnpm changelogen --release && pnpm publish"
61
+ "release" : " pnpm test:unit && pnpm changelogen --release && pnpm publish --access public "
62
62
},
63
63
"peerDependencies" : {
64
64
"vue" : " >=3.0.0"
You can’t perform that action at this time.
0 commit comments