Skip to content

Commit 3ac96db

Browse files
Update readme, changelog, and package.json for new release
1 parent f561e0c commit 3ac96db

File tree

3 files changed

+6
-7
lines changed

3 files changed

+6
-7
lines changed

CHANGELOG.md

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2,17 +2,16 @@
22
<!-- DON'T EDIT THIS SECTION, INSTEAD RE-RUN doctoc TO UPDATE -->
33
# Changelog
44

5-
- [2.0.0-rc1](#200-rc1)
5+
- [2.0.0](#200)
66
- [v1.4.0](#v140)
77
- [v1.2.0](#v120)
88
- [v1.1.0](#v110)
99
- [v1.0.0](#v100)
1010

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

13-
### 2.0.0-rc1
14-
* Supports the Vue 2.0 release candidate.
15-
* Note that this itself is an alpha version, which might not work if Vue's internals change again before the final release of Vue 2.0. Use with caution.
13+
### 2.0.0
14+
* Now compatible with Vue 2.0
1615

1716
### v1.4.0
1817
* Add CommonJS support

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@
3232
</a>
3333
</p>
3434

35-
**Note: This is the Vue 2.0 compatible release candidate. For the stable version, see the [master](https://github.com/foxbenjaminfox/vue-async-computed/tree/master) branch. This version is tagged `next` on npm. If you want to try out this release candidate, install it with `npm install vue-async-computed@next`.**
35+
**This plugin is now Vue 2.0 compatible!**
3636

3737
With this plugin, you can have have computed properties in Vue that are computed asynchronously.
3838

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@
4444
},
4545
"homepage": "https://github.com/foxbenjaminfox/vue-async-computed#readme",
4646
"peerDependencies": {
47-
"vue": "^2.0.0-rc.4"
47+
"vue": "~2.0.1"
4848
},
4949
"devDependencies": {
5050
"babel-cli": "^6.6.5",
@@ -64,7 +64,7 @@
6464
"rimraf": "^2.5.2",
6565
"tap-spec": "^4.1.1",
6666
"tape": "^4.5.1",
67-
"vue": "^2.0.0-rc.4",
67+
"vue": "^2.0.1",
6868
"watch": "^0.17.1"
6969
}
7070
}

0 commit comments

Comments
 (0)