From dd05c341f1cd2dcc18985437e7d7ec4ee2ae4bbf Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Thu, 3 Mar 2022 20:47:20 -0800 Subject: [PATCH] chore: release 1.0.1 (#8) Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> --- CHANGELOG.md | 7 +++++++ package.json | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index d47550f..18e49d4 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +### [1.0.1](https://www.github.com/Gozala/rabin-wasm/compare/v1.0.0...v1.0.1) (2022-03-04) + + +### Bug Fixes + +* include lib module ([#7](https://www.github.com/Gozala/rabin-wasm/issues/7)) ([e2d5acb](https://www.github.com/Gozala/rabin-wasm/commit/e2d5acbc17d79faed543147963aa32a708eb259d)) + ## [1.0.0](https://www.github.com/Gozala/rabin-wasm/compare/v0.1.5...v1.0.0) (2022-03-04) diff --git a/package.json b/package.json index 7850d9a..2e57b7f 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "rabin-rs", - "version": "1.0.0", + "version": "1.0.1", "description": "Rabin chunker for IPFS implementation in Rust", "keywords": [ "rabin",