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

Commit

Permalink
chore: bump version to 0.8.2 (#121)
Browse files Browse the repository at this point in the history
  • Loading branch information
maxigimenez authored Dec 15, 2020
1 parent 2c02740 commit dc5db96
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion package-lock.json

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

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "headless-recorder",
"version": "0.8.1",
"version": "0.8.2",
"description": "A Chrome extension for recording browser interaction and generating Puppeteer & Playwright scripts",
"main": "index.js",
"scripts": {
Expand Down
2 changes: 1 addition & 1 deletion src/manifest.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "Headless Recorder",
"version": "0.8.1",
"version": "0.8.2",
"manifest_version": 2,
"description": "A Chrome extension for recording browser interaction and generating Puppeteer & Playwright scripts",
"permissions": [
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ exports[`App.vue it has the correct pristine / empty state 1`] = `
class="text-muted"
>
<small>
0.8.1
0.8.2
</small>
</span>
</a>
Expand Down

0 comments on commit dc5db96

Please sign in to comment.