Skip to content

Commit 7641329

Browse files
committed
release: v0.5.0
1 parent c132c27 commit 7641329

File tree

4 files changed

+6
-6
lines changed

4 files changed

+6
-6
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -162,7 +162,7 @@ npm i vue-global-config
162162
### CDN + IIFE
163163

164164
```html
165-
<script src="https://cdn.jsdelivr.net/npm/vue-global-config@0.4"></script>
165+
<script src="https://cdn.jsdelivr.net/npm/vue-global-config@0.5"></script>
166166
<script>
167167
const { conclude, getLocalListeners, listenGlobalHooks, resolveConfig } = VueGlobalConfig
168168
</script>

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "vue-global-config",
33
"PascalCasedName": "VueGlobalConfig",
4-
"version": "0.4.5",
4+
"version": "0.5.0",
55
"private": false,
66
"description": "Configure your Vue 2.6/2.7/3 components globally.",
77
"author": {

pnpm-lock.yaml

Lines changed: 3 additions & 3 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

stats.html

Lines changed: 1 addition & 1 deletion
Large diffs are not rendered by default.

0 commit comments

Comments
 (0)