Skip to content

Commit

Permalink
chore: release setup
Browse files Browse the repository at this point in the history
  • Loading branch information
OrbisK committed Nov 26, 2024
1 parent 2c585aa commit 4834e5a
Show file tree
Hide file tree
Showing 3 changed files with 66 additions and 2 deletions.
5 changes: 5 additions & 0 deletions changelog.config.ts
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
import type { ChangelogConfig } from 'changelogen'

export default {
excludeAuthors: ['OrbisK']
} satisfies ChangelogConfig
7 changes: 5 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@orbisk/vue-use-media-recorder",
"type": "module",
"version": "1.0.0",
"version": "0.0.0",
"packageManager": "pnpm@9.12.3",
"description": "🪝 Vue Composable around MediaRecorder API",
"author": "Robin Kehl <robin.kehl@singular-it.de>",
Expand Down Expand Up @@ -56,7 +56,9 @@
"docs:dev": "vitepress dev docs",
"docs:build": "vitepress build docs",
"docs:preview": "vitepress preview docs",
"test:browser": "vitest --workspace=vitest.workspace.js"
"test:browser": "vitest --workspace=vitest.workspace.js",
"prepack": "pnpm build",
"release": "pnpm test:unit && pnpm changelogen --release && pnpm publish"
},
"peerDependencies": {
"vue": ">=3.0.0"
Expand All @@ -69,6 +71,7 @@
"@vitejs/plugin-vue": "^5.1.4",
"@vitest/browser": "^2.1.5",
"@vitest/coverage-v8": "^2.1.4",
"changelogen": "^0.5.7",
"eslint": "^9.14.0",
"globby": "^14.0.2",
"happy-dom": "^15.11.3",
Expand Down
56 changes: 56 additions & 0 deletions pnpm-lock.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 4834e5a

Please sign in to comment.