From 0286c0a748903e03070ea3326468bd1eb3a1a068 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Wed, 4 Sep 2024 14:06:53 +0000 Subject: [PATCH] chore(main): release unitlib 0.8.10 --- .release-please-manifest.json | 2 +- CHANGELOG.md | 7 +++++++ package.json | 2 +- 3 files changed, 9 insertions(+), 2 deletions(-) diff --git a/.release-please-manifest.json b/.release-please-manifest.json index 5b9803f..2f2e23c 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "0.8.9" + ".": "0.8.10" } \ No newline at end of file diff --git a/CHANGELOG.md b/CHANGELOG.md index 6854cbc..ee5b345 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [0.8.10](https://github.com/RisaI/unitlib/compare/unitlib-v0.8.9...unitlib-v0.8.10) (2024-09-04) + + +### Bug Fixes + +* npm is cancer ([52b523d](https://github.com/RisaI/unitlib/commit/52b523db3b15cab2f4d75f7492b6bef05aa6ad60)) + ## [0.8.9](https://github.com/RisaI/unitlib/compare/unitlib-v0.8.8...unitlib-v0.8.9) (2024-09-04) diff --git a/package.json b/package.json index 6bdad06..0334b26 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "unitlib", - "version": "0.8.9", + "version": "0.8.10", "description": "A unit library", "type": "module", "repository": {