Skip to content

Commit 75defd6

Browse files
committed
chore: bump to 0.2.0
1 parent f177b2f commit 75defd6

File tree

2 files changed

+8
-5
lines changed

2 files changed

+8
-5
lines changed

CHANGELOG.md

Lines changed: 7 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -3,12 +3,15 @@
33
The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/)
44
and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.html).
55

6-
## [UNRELEASED]
6+
## 0.2.0
7+
------------------------------
8+
*2019-11-03*
79

810
### Added
9-
- `useAxios`
10-
- `webSocket`
11-
- `useRetry`
11+
- [Retry](https://pikax.me/vue-composable/composable/promise/retry) - Provides functionality to retry `promise`
12+
- [localStorage](https://pikax.me/vue-composable/composable/misc/localStorage) - Reactive access to a `localStorage`
13+
- [Axios](https://pikax.me/vue-composable/composable/web/axios) - reactive `axios` wrapper client
14+
- [WebSocket](https://pikax.me/vue-composable/composable/web/webSocket) - reactive `WebSocket` wrapper
1215

1316
## 0.1.0
1417
------------------------------

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "vue-composable",
3-
"version": "0.1.0",
3+
"version": "0.2.0",
44
"description": "Vue composition-api composable components",
55
"main": "index.js",
66
"author": {

0 commit comments

Comments
 (0)