Skip to content

Commit 3a5adb6

Browse files
Update readme and changelog for v3.8.1
1 parent 953187c commit 3a5adb6

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

CHANGELOG.md

Lines changed: 4 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.8.1](#v381)
56
- [v3.8.0](#v380)
67
- [v3.7.0](#v370)
78
- [v3.6.1](#v361)
@@ -28,6 +29,9 @@
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.

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.8.0"></script>
103+
<script src="https://unpkg.com/vue-async-computed@3.8.1"></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)