From db702876b2c663a89a8a2667c64796010edcb02f Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Thu, 11 May 2023 06:18:37 +0000 Subject: [PATCH] chore(release): 4.0.3 [skip ci] ## [4.0.3](https://github.com/ipld/js-dag-pb/compare/v4.0.2...v4.0.3) (2023-05-11) ### Bug Fixes * update import paths to include extension ([#82](https://github.com/ipld/js-dag-pb/issues/82)) ([9fe97e3](https://github.com/ipld/js-dag-pb/commit/9fe97e3d0bd8c4628b7111f6e2931def88f69366)) ### Dependencies * **dev:** bump aegir from 38.1.8 to 39.0.5 ([#81](https://github.com/ipld/js-dag-pb/issues/81)) ([e2de671](https://github.com/ipld/js-dag-pb/commit/e2de671bb545be0a0d8be01f7f18b33182f4f70d)) --- CHANGELOG.md | 12 ++++++++++++ package.json | 2 +- 2 files changed, 13 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index e30c32a..e911556 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,15 @@ +## [4.0.3](https://github.com/ipld/js-dag-pb/compare/v4.0.2...v4.0.3) (2023-05-11) + + +### Bug Fixes + +* update import paths to include extension ([#82](https://github.com/ipld/js-dag-pb/issues/82)) ([9fe97e3](https://github.com/ipld/js-dag-pb/commit/9fe97e3d0bd8c4628b7111f6e2931def88f69366)) + + +### Dependencies + +* **dev:** bump aegir from 38.1.8 to 39.0.5 ([#81](https://github.com/ipld/js-dag-pb/issues/81)) ([e2de671](https://github.com/ipld/js-dag-pb/commit/e2de671bb545be0a0d8be01f7f18b33182f4f70d)) + ## [4.0.2](https://github.com/ipld/js-dag-pb/compare/v4.0.1...v4.0.2) (2023-02-14) diff --git a/package.json b/package.json index ef0bbc6..62b7e5c 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@ipld/dag-pb", - "version": "4.0.2", + "version": "4.0.3", "description": "JS implementation of DAG-PB", "author": "Rod (http://r.va.gg/)", "license": "Apache-2.0 OR MIT",