Skip to content

Commit

Permalink
chore(release): set package.json to 2.1.2 [skip ci]
Browse files Browse the repository at this point in the history
## [2.1.2](v2.1.1...v2.1.2) (2022-01-11)

### Bug Fixes

* added test coverage ([fe52931](fe52931))
  • Loading branch information
semantic-release-bot committed Jan 11, 2022
1 parent fe52931 commit fb9651a
Show file tree
Hide file tree
Showing 6 changed files with 16 additions and 9 deletions.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
## [2.1.2](https://github.com/kouts/vue-path-store/compare/v2.1.1...v2.1.2) (2022-01-11)


### Bug Fixes

* added test coverage ([fe52931](https://github.com/kouts/vue-path-store/commit/fe529311693f137505ed7b77d8095314ea4271fc))

## [2.1.1](https://github.com/kouts/vue-path-store/compare/v2.1.0...v2.1.1) (2021-05-27)


Expand Down
10 changes: 5 additions & 5 deletions coverage/coverage-summary.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{"total": {"lines":{"total":45,"covered":45,"skipped":0,"pct":100},"statements":{"total":46,"covered":46,"skipped":0,"pct":100},"functions":{"total":22,"covered":22,"skipped":0,"pct":100},"branches":{"total":12,"covered":12,"skipped":0,"pct":100}}
,"/var/www/vue-path-store/src/constants.js": {"lines":{"total":1,"covered":1,"skipped":0,"pct":100},"functions":{"total":0,"covered":0,"skipped":0,"pct":100},"statements":{"total":1,"covered":1,"skipped":0,"pct":100},"branches":{"total":0,"covered":0,"skipped":0,"pct":100}}
,"/var/www/vue-path-store/src/methods.js": {"lines":{"total":12,"covered":12,"skipped":0,"pct":100},"functions":{"total":7,"covered":7,"skipped":0,"pct":100},"statements":{"total":12,"covered":12,"skipped":0,"pct":100},"branches":{"total":4,"covered":4,"skipped":0,"pct":100}}
,"/var/www/vue-path-store/src/pathStore.js": {"lines":{"total":1,"covered":1,"skipped":0,"pct":100},"functions":{"total":1,"covered":1,"skipped":0,"pct":100},"statements":{"total":2,"covered":2,"skipped":0,"pct":100},"branches":{"total":0,"covered":0,"skipped":0,"pct":100}}
,"/var/www/vue-path-store/src/pathStorePiniaPlugin.js": {"lines":{"total":2,"covered":2,"skipped":0,"pct":100},"functions":{"total":1,"covered":1,"skipped":0,"pct":100},"statements":{"total":2,"covered":2,"skipped":0,"pct":100},"branches":{"total":2,"covered":2,"skipped":0,"pct":100}}
,"/var/www/vue-path-store/src/pathStoreVuexPlugin.js": {"lines":{"total":29,"covered":29,"skipped":0,"pct":100},"functions":{"total":13,"covered":13,"skipped":0,"pct":100},"statements":{"total":29,"covered":29,"skipped":0,"pct":100},"branches":{"total":6,"covered":6,"skipped":0,"pct":100}}
,"/home/runner/work/vue-path-store/vue-path-store/src/constants.js": {"lines":{"total":1,"covered":1,"skipped":0,"pct":100},"functions":{"total":0,"covered":0,"skipped":0,"pct":100},"statements":{"total":1,"covered":1,"skipped":0,"pct":100},"branches":{"total":0,"covered":0,"skipped":0,"pct":100}}
,"/home/runner/work/vue-path-store/vue-path-store/src/methods.js": {"lines":{"total":12,"covered":12,"skipped":0,"pct":100},"functions":{"total":7,"covered":7,"skipped":0,"pct":100},"statements":{"total":12,"covered":12,"skipped":0,"pct":100},"branches":{"total":4,"covered":4,"skipped":0,"pct":100}}
,"/home/runner/work/vue-path-store/vue-path-store/src/pathStore.js": {"lines":{"total":1,"covered":1,"skipped":0,"pct":100},"functions":{"total":1,"covered":1,"skipped":0,"pct":100},"statements":{"total":2,"covered":2,"skipped":0,"pct":100},"branches":{"total":0,"covered":0,"skipped":0,"pct":100}}
,"/home/runner/work/vue-path-store/vue-path-store/src/pathStorePiniaPlugin.js": {"lines":{"total":2,"covered":2,"skipped":0,"pct":100},"functions":{"total":1,"covered":1,"skipped":0,"pct":100},"statements":{"total":2,"covered":2,"skipped":0,"pct":100},"branches":{"total":2,"covered":2,"skipped":0,"pct":100}}
,"/home/runner/work/vue-path-store/vue-path-store/src/pathStoreVuexPlugin.js": {"lines":{"total":29,"covered":29,"skipped":0,"pct":100},"functions":{"total":13,"covered":13,"skipped":0,"pct":100},"statements":{"total":29,"covered":29,"skipped":0,"pct":100},"branches":{"total":6,"covered":6,"skipped":0,"pct":100}}
}
2 changes: 1 addition & 1 deletion dist/cjs/pathStoreVuexPlugin.js
Original file line number Diff line number Diff line change
Expand Up @@ -285,7 +285,7 @@ var pathStoreVuexPlugin = function pathStoreVuexPlugin(store) {
var arr = getByPath(state, path);

if (!isArray(arr)) {
throw Error('Argument must be an array');
throw Error('Argument must be an array.');
}

return arr[method].apply(arr, _toConsumableArray(args));
Expand Down
2 changes: 1 addition & 1 deletion dist/es/pathStoreVuexPlugin.js
Original file line number Diff line number Diff line change
Expand Up @@ -277,7 +277,7 @@ var pathStoreVuexPlugin = function pathStoreVuexPlugin(store) {
var arr = getByPath(state, path);

if (!isArray(arr)) {
throw Error('Argument must be an array');
throw Error('Argument must be an array.');
}

return arr[method].apply(arr, _toConsumableArray(args));
Expand Down
2 changes: 1 addition & 1 deletion dist/umd/pathStoreVuexPlugin.js
Original file line number Diff line number Diff line change
Expand Up @@ -285,7 +285,7 @@
var arr = getByPath(state, path);

if (!isArray(arr)) {
throw Error('Argument must be an array');
throw Error('Argument must be an array.');
}

return arr[method].apply(arr, _toConsumableArray(args));
Expand Down
2 changes: 1 addition & 1 deletion dist/umd/pathStoreVuexPlugin.min.js

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

0 comments on commit fb9651a

Please sign in to comment.