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

Commit 36d60d3

Browse files
committed
chore: release version v0.4.0
1 parent d59bdac commit 36d60d3

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.4.0"></a>
2+
# [0.4.0](https://github.com/multiformats/js-multibase/compare/v0.3.4...v0.4.0) (2018-01-01)
3+
4+
5+
### Bug Fixes
6+
7+
* base32 and base64 ([#23](https://github.com/multiformats/js-multibase/issues/23)) ([a9b5150](https://github.com/multiformats/js-multibase/commit/a9b5150))
8+
9+
10+
111
<a name="0.3.4"></a>
212
## [0.3.4](https://github.com/multiformats/js-multibase/compare/v0.3.3...v0.3.4) (2017-03-16)
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.3.4",
3+
"version": "0.4.0",
44
"description": "JavaScript implementation of the multibase specification",
55
"main": "src/index.js",
66
"scripts": {

0 commit comments

Comments
 (0)