Skip to content
This repository was archived by the owner on Mar 23, 2023. It is now read-only.

Commit bb86bfa

Browse files
committed
chore: release version v0.5.0
1 parent c531e11 commit bb86bfa

File tree

2 files changed

+16
-1
lines changed

2 files changed

+16
-1
lines changed

CHANGELOG.md

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,18 @@
1+
<a name="0.5.0"></a>
2+
# [0.5.0](https://github.com/ipfs/js-datastore-core/compare/v0.4.0...v0.5.0) (2018-09-19)
3+
4+
5+
### Bug Fixes
6+
7+
* **ci:** build on appveyor ([#9](https://github.com/ipfs/js-datastore-core/issues/9)) ([687314b](https://github.com/ipfs/js-datastore-core/commit/687314b))
8+
9+
10+
### Features
11+
12+
* add basic error codes ([bf79768](https://github.com/ipfs/js-datastore-core/commit/bf79768))
13+
14+
15+
116
<a name="0.4.0"></a>
217
# [0.4.0](https://github.com/ipfs/js-datastore-core/compare/v0.3.0...v0.4.0) (2017-11-04)
318

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "datastore-core",
3-
"version": "0.4.0",
3+
"version": "0.5.0",
44
"description": "Wrapper implmentation for interface-datastore",
55
"main": "src/index.js",
66
"scripts": {

0 commit comments

Comments
 (0)