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 22<!-- DON'T EDIT THIS SECTION, INSTEAD RE-RUN doctoc TO UPDATE -->
33# Changelog
44
5+ - [ v3.8.1] ( #v381 )
56- [ v3.8.0] ( #v380 )
67- [ v3.7.0] ( #v370 )
78- [ v3.6.1] ( #v361 )
2829
2930<!-- END doctoc generated TOC please keep comment here to allow auto update -->
3031
32+ ### v3.8.1
33+ * Bugfix release in order to actually publish the typescript types along with the pacakge.
34+
3135### v3.8.0
3236 * [ #83 ] ( https://github.com/foxbenjaminfox/vue-async-computed/pull/83 ) Stop the update method from working after the component is destroyed.
3337 * 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:
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.8.0 " >< / script>
103+ < script src= " https://unpkg.com/vue-async-computed@3.8.1 " >< / script>
104104` ` `
105105
106106When 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