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

Commit e87e144

Browse files
chore: release version v0.3.3
1 parent 4158a5c commit e87e144

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
@@ -0,0 +1,10 @@
1+
<a name="0.3.3"></a>
2+
## [0.3.3](https://github.com/multiformats/js-multibase/compare/v0.3.2...v0.3.3) (2017-03-15)
3+
4+
5+
### Bug Fixes
6+
7+
* **base16:** hex strings are always of even length ([#16](https://github.com/multiformats/js-multibase/issues/16)) ([b02e0d3](https://github.com/multiformats/js-multibase/commit/b02e0d3))
8+
9+
10+

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.2",
3+
"version": "0.3.3",
44
"description": "JavaScript implementation of the multibase specification",
55
"main": "src/index.js",
66
"scripts": {

0 commit comments

Comments
 (0)