From 558bc5b70be28ef493d4317a0ea14e02eccfb74b Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Mon, 19 Dec 2022 06:32:42 +0000 Subject: [PATCH] chore(release): 9.1.0 [skip ci] ## [9.1.0](https://github.com/ipld/js-dag-json/compare/v9.0.1...v9.1.0) (2022-12-19) ### Features * export parse / stringify functions ([#88](https://github.com/ipld/js-dag-json/issues/88)) ([1ae3f70](https://github.com/ipld/js-dag-json/commit/1ae3f708a624d5aaa5548a3360d7ccd8004e46e5)) --- CHANGELOG.md | 7 +++++++ package.json | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 952fd0c..88e3587 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +## [9.1.0](https://github.com/ipld/js-dag-json/compare/v9.0.1...v9.1.0) (2022-12-19) + + +### Features + +* export parse / stringify functions ([#88](https://github.com/ipld/js-dag-json/issues/88)) ([1ae3f70](https://github.com/ipld/js-dag-json/commit/1ae3f708a624d5aaa5548a3360d7ccd8004e46e5)) + ## [9.0.1](https://github.com/ipld/js-dag-json/compare/v9.0.0...v9.0.1) (2022-10-24) diff --git a/package.json b/package.json index 3df1e06..50b6077 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@ipld/dag-json", - "version": "9.0.1", + "version": "9.1.0", "description": "JS implementation of DAG-JSON", "author": "Rod (http://r.va.gg/)", "license": "Apache-2.0 OR MIT",