Skip to content
This repository was archived by the owner on Dec 16, 2022. It is now read-only.

Commit 992ad3c

Browse files
authored
chore: bump version to 0.8.1 (#108)
1 parent 3f6037e commit 992ad3c

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "headless-recorder",
3-
"version": "0.8.0",
3+
"version": "0.8.1",
44
"description": "A Chrome extension for recording browser interaction and generating Puppeteer & Playwright scripts",
55
"main": "index.js",
66
"scripts": {

src/manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "Headless Recorder",
3-
"version": "0.8.0",
3+
"version": "0.8.1",
44
"manifest_version": 2,
55
"description": "A Chrome extension for recording browser interaction and generating Puppeteer & Playwright scripts",
66
"permissions": [

src/popup/components/__tests__/__snapshots__/App.spec.js.snap

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ exports[`App.vue it has the correct pristine / empty state 1`] = `
1717
class="text-muted"
1818
>
1919
<small>
20-
0.8.0
20+
0.8.1
2121
</small>
2222
</span>
2323
</a>

0 commit comments

Comments
 (0)