diff --git a/.prettierrc b/.prettierrc new file mode 100644 index 00000000..a40e0ffc --- /dev/null +++ b/.prettierrc @@ -0,0 +1,4 @@ +{ + "semi": false, + "singleQuote": true +} \ No newline at end of file diff --git a/dist/vue-segment-analytics.js b/dist/vue-segment-analytics.js index 164a796c..ff110158 100644 --- a/dist/vue-segment-analytics.js +++ b/dist/vue-segment-analytics.js @@ -1,5 +1,5 @@ /*! - * vue-segment-analytics v0.4.1 + * vue-segment-analytics v0.4.2 * (c) 2021 Ryan Stuart * Released under the MIT License. */ @@ -58,7 +58,7 @@ }; // Add a version to keep track of what's in the wild. - analytics.SNIPPET_VERSION = '4.0.0'; + analytics.SNIPPET_VERSION = '4.1.0'; // For each of our methods, generate a queueing stub. var _iteratorNormalCompletion = true; diff --git a/src/init.js b/src/init.js index f20d5454..e1e6ff25 100644 --- a/src/init.js +++ b/src/init.js @@ -64,7 +64,7 @@ export default function init (config, callback) { } // Add a version to keep track of what's in the wild. - analytics.SNIPPET_VERSION = '4.0.0'; + analytics.SNIPPET_VERSION = '4.1.0'; // For each of our methods, generate a queueing stub. for (let key of analytics.methods) {