From e34961b4506e781cdf25fbf1f3f05ae025b07269 Mon Sep 17 00:00:00 2001 From: Cayman Date: Thu, 20 Feb 2020 13:33:01 -0600 Subject: [PATCH] v0.3.0 --- CHANGELOG.md | 8 ++++++-- package.json | 4 ++-- 2 files changed, 8 insertions(+), 4 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 026f708..c3d7d7c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,9 +5,13 @@ All notable changes to this project will be documented in this file. The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). -## [Unreleased] +## [0.3.0] - 2020-02-20 + +### BREAKING CHANGES + +- Uint8Array inputs in functional interface ## [0.2.2] - 2020-02-12 ###Bugfixes: -- updated bls wasm binding version - it isn't catching unhandled rejections and modify stacktraces \ No newline at end of file +- updated bls wasm binding version - it isn't catching unhandled rejections and modify stacktraces diff --git a/package.json b/package.json index 2637e5a..bf9b286 100644 --- a/package.json +++ b/package.json @@ -1,10 +1,10 @@ { "name": "@chainsafe/bls", - "version": "0.2.2", + "version": "0.3.0", "description": "Implementation of bls signature verification for ethereum 2.0", "main": "lib/index.js", "types": "lib/index.d.ts", - "homepage": "https://github.com/chainsafe/lodestar", + "homepage": "https://github.com/chainsafe/bls", "author": "ChainSafe Systems", "license": "Apache-2.0", "files": [