From 6091c2d3bd7f5549aa26c49c9c0c7dae10ef0e3b Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Mon, 17 Aug 2026 16:25:41 +0000 Subject: [PATCH] Prepare Release v0.5.0 using 'release-plan' --- .release-plan.json | 6 +++--- CHANGELOG.md | 11 +++++++++++ package.json | 2 +- 3 files changed, 15 insertions(+), 4 deletions(-) diff --git a/.release-plan.json b/.release-plan.json index 71d6904..219f060 100644 --- a/.release-plan.json +++ b/.release-plan.json @@ -2,8 +2,8 @@ "solution": { "@evoactivity/jsonapi-adonis": { "impact": "minor", - "oldVersion": "0.3.0", - "newVersion": "0.4.0", + "oldVersion": "0.4.0", + "newVersion": "0.5.0", "tagName": "latest", "constraints": [ { @@ -14,5 +14,5 @@ "pkgJSONPath": "./package.json" } }, - "description": "## Release (2026-08-16)\n\n* @evoactivity/jsonapi-adonis 0.4.0 (minor)\n\n#### :rocket: Enhancement\n* `@evoactivity/jsonapi-adonis`\n * [#15](https://github.com/evoactivity/jsonapi-adonis/pull/15) Resolve concrete types for single-table inheritance families ([@evoactivity](https://github.com/evoactivity))\n\n#### Committers: 1\n- Liam ([@evoactivity](https://github.com/evoactivity))\n" + "description": "## Release (2026-08-17)\n\n* @evoactivity/jsonapi-adonis 0.5.0 (minor)\n\n#### :rocket: Enhancement\n* `@evoactivity/jsonapi-adonis`\n * [#18](https://github.com/evoactivity/jsonapi-adonis/pull/18) Pass the request context to filter handlers ([@evoactivity](https://github.com/evoactivity))\n\n#### Committers: 1\n- Liam ([@evoactivity](https://github.com/evoactivity))\n" } diff --git a/CHANGELOG.md b/CHANGELOG.md index 2b741c5..91498e6 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,16 @@ # Changelog +## Release (2026-08-17) + +* @evoactivity/jsonapi-adonis 0.5.0 (minor) + +#### :rocket: Enhancement +* `@evoactivity/jsonapi-adonis` + * [#18](https://github.com/evoactivity/jsonapi-adonis/pull/18) Pass the request context to filter handlers ([@evoactivity](https://github.com/evoactivity)) + +#### Committers: 1 +- Liam ([@evoactivity](https://github.com/evoactivity)) + ## Release (2026-08-16) * @evoactivity/jsonapi-adonis 0.4.0 (minor) diff --git a/package.json b/package.json index 58716ca..68dcffc 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@evoactivity/jsonapi-adonis", - "version": "0.4.0", + "version": "0.5.0", "description": "JSON:API serialization, deserialization and routing for AdonisJS", "keywords": [ "adonisjs",