File tree Expand file tree Collapse file tree 2 files changed +5
-1
lines changed Expand file tree Collapse file tree 2 files changed +5
-1
lines changed Original file line number Diff line number Diff line change 2
2
<!-- DON'T EDIT THIS SECTION, INSTEAD RE-RUN doctoc TO UPDATE -->
3
3
# Changelog
4
4
5
+ - [ v3.8.1] ( #v381 )
5
6
- [ v3.8.0] ( #v380 )
6
7
- [ v3.7.0] ( #v370 )
7
8
- [ v3.6.1] ( #v361 )
28
29
29
30
<!-- END doctoc generated TOC please keep comment here to allow auto update -->
30
31
32
+ ### v3.8.1
33
+ * Bugfix release in order to actually publish the typescript types along with the pacakge.
34
+
31
35
### v3.8.0
32
36
* [ #83 ] ( https://github.com/foxbenjaminfox/vue-async-computed/pull/83 ) Stop the update method from working after the component is destroyed.
33
37
* Include the long-requested ([ #25 ] ( https://github.com/foxbenjaminfox/vue-async-computed/issues/25 ) ) typescript types in the ` master ` branch.
Original file line number Diff line number Diff line change @@ -100,7 +100,7 @@ Alternately, you can link it directly from a CDN:
100
100
That will always point to the latest version of vue- async - computed.
101
101
You probably want to instead pin it to a specific version:
102
102
-->
103
- < script src= " https://unpkg.com/vue-async-computed@3.8.0 " >< / script>
103
+ < script src= " https://unpkg.com/vue-async-computed@3.8.1 " >< / script>
104
104
` ` `
105
105
106
106
When used with a module system such as ` webpack` or ` browserify` , you need to explicitly install ` vue- async - computed` via ` Vue .use ()` :
You can’t perform that action at this time.
0 commit comments