Skip to content

Commit a860e11

Browse files
Update changelog and readme
1 parent 3dcbb68 commit a860e11

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
lines changed

CHANGELOG.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@
22
<!-- DON'T EDIT THIS SECTION, INSTEAD RE-RUN doctoc TO UPDATE -->
33
# Changelog
44

5+
- [v3.7.0](#v370)
56
- [v3.6.1](#v361)
67
- [v3.6.0](#v360)
78
- [v3.5.2](#v352)
@@ -26,6 +27,10 @@
2627

2728
<!-- END doctoc generated TOC please keep comment here to allow auto update -->
2829

30+
### v3.7.0
31+
* [#68](https://github.com/foxbenjaminfox/vue-async-computed/pull/68) Refactoring to make some of the code be more readable.
32+
* [#71](https://github.com/foxbenjaminfox/vue-async-computed/pull/71) Add `vm` and `info` arguments to the error handler callback (when `useRawError` is set.)
33+
2934
### v3.6.1
3035
* Fix for browsers that don't support `Symbol.iterator`.
3136

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -100,7 +100,7 @@ Alternately, you can link it directly from a CDN:
100100
That will always point to the latest version of vue-async-computed.
101101
You probably want to instead pin it to a specific version:
102102
-->
103-
<script src="https://unpkg.com/vue-async-computed@3.6.1"></script>
103+
<script src="https://unpkg.com/vue-async-computed@3.7.0"></script>
104104
```
105105
106106
When used with a module system such as `webpack` or `browserify`, you need to explicitly install `vue-async-computed` via `Vue.use()`:

0 commit comments

Comments
 (0)