Skip to content

Commit c9856d1

Browse files
Update CHANGELOG and README for new version
1 parent fde3fc8 commit c9856d1

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.9.0](#v390)
56
- [v3.8.1](#v381)
67
- [v3.8.0](#v380)
78
- [v3.7.0](#v370)
@@ -29,6 +30,9 @@
2930

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

33+
### v3.9.0
34+
* [#95](https://github.com/foxbenjaminfox/vue-async-computed/pull/95) Fix a bug where default values weren't properly used properly for lazy async computed properties.
35+
3236
### v3.8.1
3337
* Bugfix release in order to actually publish the typescript types along with the pacakge.
3438

Diff for: README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -90,7 +90,7 @@ Alternately, you can link it directly from a CDN:
9090
That will always point to the latest version of vue-async-computed.
9191
You probably want to instead pin it to a specific version:
9292
-->
93-
<script src="https://unpkg.com/vue-async-computed@3.8.1"></script>
93+
<script src="https://unpkg.com/vue-async-computed@3.9.0"></script>
9494
```
9595
9696
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)