Skip to content

Commit 8ba4123

Browse files
committed
Merge branch 'release/1.2.1'
2 parents 0c1137f + ab5c2a2 commit 8ba4123

File tree

3 files changed

+5
-2
lines changed

3 files changed

+5
-2
lines changed

.eslintrc

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,9 @@
44
"node": true,
55
"jest": true
66
},
7+
"parserOptions": {
8+
"ecmaVersion": 9
9+
},
710
"plugins": ["compat"],
811
"extends": "@avalanche/eslint-config",
912
"rules": {

package-lock.json

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "vuex-map-fields",
3-
"version": "1.2.0",
3+
"version": "1.2.1",
44
"description": "Enable two-way data binding for form fields saved in a Vuex store",
55
"keywords": [
66
"vue",

0 commit comments

Comments
 (0)