diff --git a/CHANGELOG.md b/CHANGELOG.md index bd12fc8..66378bd 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +## [5.0.2](https://github.com/achingbrain/uint8arrays/compare/v5.0.1...v5.0.2) (2024-02-08) + + +### Dependencies + +* **dev:** bump aegir from 41.3.5 to 42.2.3 ([#86](https://github.com/achingbrain/uint8arrays/issues/86)) ([e6c1f80](https://github.com/achingbrain/uint8arrays/commit/e6c1f802d3b82f2c45b193b2410ee75876eb8a15)) + ## [5.0.1](https://github.com/achingbrain/uint8arrays/compare/v5.0.0...v5.0.1) (2023-12-28) diff --git a/package.json b/package.json index 0ac687f..4c9d38c 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "uint8arrays", - "version": "5.0.1", + "version": "5.0.2", "description": "Utility functions to make dealing with Uint8Arrays easier", "author": "Alex Potsides ", "license": "Apache-2.0 OR MIT",