Skip to content

Commit ba3a8cf

Browse files
Update changelog and readme for 3.5.2
1 parent 15150de commit ba3a8cf

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

Diff for: CHANGELOG.md

+4
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.5.2](#v352)
56
- [v3.5.1](#v351)
67
- [v3.5.0](#v350)
78
- [v3.4.0](#v340)
@@ -23,6 +24,9 @@
2324

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

27+
### v3.5.2
28+
* Point to a pre-transpiled version of the library as the `module` field in package.json.
29+
2630
### v3.5.1
2731
* [#54](https://github.com/foxbenjaminfox/vue-async-computed/pull/54): Fix the missing execution context during recomputations triggered through the `.update` method in `$asyncComputed`.
2832
* [#58](https://github.com/foxbenjaminfox/vue-async-computed/pull/58): Fix the reactivity of the `$asyncComputed` object.

Diff for: README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -102,7 +102,7 @@ Alternately, you can link it directly from a CDN:
102102
That will always point to the latest version of vue-async-computed.
103103
You probably want to instead pin it to a specific version:
104104
-->
105-
<script src="https://unpkg.com/[email protected].1"></script>
105+
<script src="https://unpkg.com/[email protected].2"></script>
106106
```
107107
108108
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)