Skip to content

Commit 1737c26

Browse files
Update CHANGELOG and README for v3.2.1
1 parent d42e881 commit 1737c26

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
lines changed

CHANGELOG.md

Lines changed: 5 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.2.1](#v321)
56
- [v3.2.0](#v320)
67
- [v3.1.3](#v313)
78
- [v3.1.1](#v311)
@@ -18,6 +19,10 @@
1819

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

22+
### v3.2.1
23+
* Fix bugs with dev dependencies and the new package-lock.json file
24+
* Tests on Travis now also run on Node 8
25+
2126
### v3.2.0
2227
* Introduce `watch` feature.
2328

README.md

Lines changed: 1 addition & 1 deletion
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/%3Ca%20href="/cdn-cgi/l/email-protection" class="__cf_email__" data-cfemail="f4828191d995878d9a97d9979b998481809190b4c7dac6">[email protected].0"></script>
105+
<script src="https://unpkg.com/%3Ca%20href="/cdn-cgi/l/email-protection" class="__cf_email__" data-cfemail="8ff9faeaa2eefcf6e1eca2ece0e2fffafbeaebcfbca1bd">[email protected].1"></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)