Skip to content
This repository was archived by the owner on Aug 24, 2021. It is now read-only.

Commit 0326def

Browse files
committed
chore: release version v0.5.0
1 parent 69dc24a commit 0326def

File tree

2 files changed

+11
-1
lines changed

2 files changed

+11
-1
lines changed

CHANGELOG.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,13 @@
1+
<a name="0.5.0"></a>
2+
# [0.5.0](https://github.com/multiformats/js-multibase/compare/v0.4.0...v0.5.0) (2018-08-30)
3+
4+
5+
### Features
6+
7+
* export list of multibase names and codes ([#31](https://github.com/multiformats/js-multibase/issues/31)) ([c9e221c](https://github.com/multiformats/js-multibase/commit/c9e221c))
8+
9+
10+
111
<a name="0.4.0"></a>
212
# [0.4.0](https://github.com/multiformats/js-multibase/compare/v0.3.4...v0.4.0) (2018-01-01)
313

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "multibase",
3-
"version": "0.4.0",
3+
"version": "0.5.0",
44
"description": "JavaScript implementation of the multibase specification",
55
"leadMaintainer": "Oli Evans <[email protected]>",
66
"main": "src/index.js",

0 commit comments

Comments
 (0)