Skip to content

Commit

Permalink
release: v0.5.0
Browse files Browse the repository at this point in the history
  • Loading branch information
cloydlau committed Dec 7, 2023
1 parent c132c27 commit 7641329
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -162,7 +162,7 @@ npm i vue-global-config
### CDN + IIFE

```html
<script src="https://cdn.jsdelivr.net/npm/vue-global-config@0.4"></script>
<script src="https://cdn.jsdelivr.net/npm/vue-global-config@0.5"></script>
<script>
const { conclude, getLocalListeners, listenGlobalHooks, resolveConfig } = VueGlobalConfig
</script>
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "vue-global-config",
"PascalCasedName": "VueGlobalConfig",
"version": "0.4.5",
"version": "0.5.0",
"private": false,
"description": "Configure your Vue 2.6/2.7/3 components globally.",
"author": {
Expand Down
6 changes: 3 additions & 3 deletions pnpm-lock.yaml

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

2 changes: 1 addition & 1 deletion stats.html

Large diffs are not rendered by default.

0 comments on commit 7641329

Please sign in to comment.