Skip to content

Commit a6add1c

Browse files
author
Steffan
committed
Merge branch 'release/1.5.1'
2 parents 9a34f88 + 2d877d2 commit a6add1c

12 files changed

+1983
-2617
lines changed

.circleci/config.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -31,4 +31,4 @@ jobs:
3131
karma start test/karma.conf.js --single-run --browsers Chrome,Firefox
3232
- run:
3333
name: Build Release
34-
command: yarn run build
34+
command: yarn build

README.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -18,9 +18,9 @@ $ npm install vue-resource
1818
```
1919

2020
### CDN
21-
Available on [jsdelivr](https://cdn.jsdelivr.net/npm/vue-resource@1.5.0), [unpkg](https://unpkg.com/vue-resource@1.5.0) or [cdnjs](https://cdnjs.com/libraries/vue-resource).
21+
Available on [jsdelivr](https://cdn.jsdelivr.net/npm/vue-resource@1.5.1), [unpkg](https://unpkg.com/vue-resource@1.5.1) or [cdnjs](https://cdnjs.com/libraries/vue-resource).
2222
```html
23-
<script src="https://cdn.jsdelivr.net/npm/vue-resource@1.5.0"></script>
23+
<script src="https://cdn.jsdelivr.net/npm/vue-resource@1.5.1"></script>
2424
```
2525

2626
## Example

bower.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "vue-resource",
33
"main": "dist/vue-resource.js",
4-
"version": "1.5.0",
4+
"version": "1.5.1",
55
"description": "The HTTP client for Vue.js",
66
"homepage": "https://github.com/pagekit/vue-resource",
77
"license": "MIT",

dist/vue-resource.common.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*!
2-
* vue-resource v1.5.0
2+
* vue-resource v1.5.1
33
* https://github.com/pagekit/vue-resource
44
* Released under the MIT License.
55
*/

dist/vue-resource.esm.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*!
2-
* vue-resource v1.5.0
2+
* vue-resource v1.5.1
33
* https://github.com/pagekit/vue-resource
44
* Released under the MIT License.
55
*/

0 commit comments

Comments
 (0)