Skip to content
This repository was archived by the owner on Aug 22, 2025. It is now read-only.

Commit 968da88

Browse files
committed
[build] 0.14.0
1 parent d66d6bb commit 968da88

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

docs/guide/installation.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ yarn add vue-service-model vue vue-async-computed
2424

2525
For production you should use a specific versions to avoid unexpected changes.
2626
```html
27-
<script src="https://cdn.jsdelivr.net/npm/vue-service-model@0.13.0/dist/vue-service-model.min.js"></script>
27+
<script src="https://cdn.jsdelivr.net/npm/vue-service-model@0.14.0/dist/vue-service-model.min.js"></script>
2828
```
2929

3030
::: warning

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": "vue-service-model",
3-
"version": "0.13.0",
3+
"version": "0.14.0",
44
"description": "Vue.js library for handling REST service requests with caching, aggregation and model definitions",
55
"license": "MIT",
66
"author": {

0 commit comments

Comments
 (0)