From c01777a25f3cb1c00a43b745e6f84978088f8707 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Sat, 4 Apr 2026 11:06:28 +0000 Subject: [PATCH] chore(main): release 0.1.12 --- .release-please-manifest.json | 2 +- CHANGELOG.md | 7 +++++++ 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/.release-please-manifest.json b/.release-please-manifest.json index 9ecf0c8..2fdc805 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1 +1 @@ -{".":"0.1.11"} \ No newline at end of file +{".":"0.1.12"} \ No newline at end of file diff --git a/CHANGELOG.md b/CHANGELOG.md index 08e49eb..6bb321f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [0.1.12](https://github.com/didil/inhooks/compare/v0.1.11...v0.1.12) (2026-04-04) + + +### Features + +* load transform script from path ([#70](https://github.com/didil/inhooks/issues/70)) ([0423114](https://github.com/didil/inhooks/commit/0423114623b5ae5c50f7bb6b5ac5db267876cbe5)) + ## [0.1.11](https://github.com/didil/inhooks/compare/v0.1.10...v0.1.11) (2025-02-01)