Skip to content

Commit 92e3430

Browse files
committed
bump version
1 parent 28e5f04 commit 92e3430

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed

.eslintrc.js

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,9 @@
11
module.exports = {
22
root: true,
33
extends: [ 'codex/ts' ],
4+
exclude: [
5+
'packaje.json'
6+
],
47
env: {
58
browser: true,
69
},

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@hawk.so/javascript",
3-
"version": "3.0.9",
3+
"version": "3.0.10",
44
"description": "JavaScript errors tracking for Hawk.so",
55
"files": [
66
"dist"

0 commit comments

Comments
 (0)