From f9f474bf0c25bafa0a8dee4162494412d4043d59 Mon Sep 17 00:00:00 2001 From: Daniel Lando Date: Mon, 21 Oct 2024 10:10:28 +0200 Subject: [PATCH] Release 5.16.1 --- CHANGELOG.md | 6 ++++++ package.json | 2 +- 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 13f1bd3c..504c9598 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,9 @@ +## [5.16.1](https://github.com/yao-pkg/pkg/compare/v5.16.0...v5.16.1) (2024-10-21) + +### Bug Fixes + +- wrong shas in pkg-fetch ([8c783f7](https://github.com/yao-pkg/pkg/commit/8c783f75a5c439cc96a82497cb5afad9e2c31b04)) + ## [5.16.0](https://github.com/yao-pkg/pkg/compare/v5.15.0...v5.16.0) (2024-10-20) ### Features diff --git a/package.json b/package.json index 4344745d..28438188 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@yao-pkg/pkg", - "version": "5.16.0", + "version": "5.16.1", "description": "Package your Node.js project into an executable", "main": "lib-es5/index.js", "license": "MIT",