diff --git a/examples/recorder-crx/package.json b/examples/recorder-crx/package.json index 37a6e1757..1cbea93da 100644 --- a/examples/recorder-crx/package.json +++ b/examples/recorder-crx/package.json @@ -1,6 +1,6 @@ { "name": "recorder-crx", - "version": "0.1.0", + "version": "0.1.1", "type": "module", "keywords": [], "author": "", diff --git a/examples/todomvc-crx/package.json b/examples/todomvc-crx/package.json index 0c07e89e7..6312103ff 100644 --- a/examples/todomvc-crx/package.json +++ b/examples/todomvc-crx/package.json @@ -1,6 +1,6 @@ { "name": "todomvc-crx", - "version": "0.1.0", + "version": "0.1.1", "type": "module", "keywords": [], "author": "", diff --git a/package.json b/package.json index 24510c700..825d41336 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "playwright-crx", - "version": "0.1.0", + "version": "0.1.1", "engines": { "node": ">=16" }, @@ -83,6 +83,7 @@ "@types/chrome": "^0.0.246", "@types/debug": "^4.1.10", "@vitejs/plugin-react": "^4.1.0", + "bumpp": "^9.2.0", "react": "^18.2.0", "react-dom": "^18.2.0", "rimraf": "^5.0.5",