Skip to content

Commit 037f58e

Browse files
committed
chore(release): v0.0.1
1 parent 4834e5a commit 037f58e

File tree

2 files changed

+28
-2
lines changed

2 files changed

+28
-2
lines changed

CHANGELOG.md

Lines changed: 26 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,26 @@
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+
- Robin Kehl <[email protected]>
26+

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@orbisk/vue-use-media-recorder",
33
"type": "module",
4-
"version": "0.0.0",
4+
"version": "0.0.1",
55
"packageManager": "[email protected]",
66
"description": "🪝 Vue Composable around MediaRecorder API",
77
"author": "Robin Kehl <[email protected]>",
@@ -58,7 +58,7 @@
5858
"docs:preview": "vitepress preview docs",
5959
"test:browser": "vitest --workspace=vitest.workspace.js",
6060
"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"
6262
},
6363
"peerDependencies": {
6464
"vue": ">=3.0.0"

0 commit comments

Comments
 (0)