diff --git a/CHANGELOG.md b/CHANGELOG.md index f90dda0..46352ea 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,18 @@ # Changelog +## v0.0.3 + +[compare changes](https://github.com/OrbisK/vue-use-media-recorder/compare/v0.0.2...v0.0.3) + +### 📖 Documentation + +- Exclude me from contributors ([3ea425e](https://github.com/OrbisK/vue-use-media-recorder/commit/3ea425e)) + +### 🏡 Chore + +- Add git push to release workflow ([a456538](https://github.com/OrbisK/vue-use-media-recorder/commit/a456538)) + ## v0.0.2 [compare changes](https://github.com/OrbisK/vue-use-media-recorder/compare/v0.0.1...v0.0.2) diff --git a/package.json b/package.json index ec40175..7fc4b48 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "@orbisk/vue-use-media-recorder", "type": "module", - "version": "0.0.2", + "version": "0.0.3", "packageManager": "pnpm@9.12.3", "description": "🪝 Vue Composable around MediaRecorder API", "author": "Robin Kehl ",