From 3653baad9b428f4bae4d1be7b6cf3f73aa037f12 Mon Sep 17 00:00:00 2001 From: Amruth Pillai Date: Tue, 24 Mar 2026 11:22:45 +0100 Subject: [PATCH] =?UTF-8?q?=F0=9F=93=A6=20v5.0.14=20-=20https://docs.rxres?= =?UTF-8?q?u.me/changelog?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- docs/changelog/index.mdx | 9 +++++++++ package.json | 2 +- 2 files changed, 10 insertions(+), 1 deletion(-) diff --git a/docs/changelog/index.mdx b/docs/changelog/index.mdx index 81facc54d..44be9b501 100644 --- a/docs/changelog/index.mdx +++ b/docs/changelog/index.mdx @@ -4,6 +4,15 @@ description: "List of all notable changes and updates to Reactive Resume" rss: true --- + +## Features +- Implemented OAuth 2.1 support for MCP authentication, thanks to @5queezer. [#2829](https://github.com/amruthpillai/reactive-resume/pull/2829) +- Migrated from using Biome to Oxlint/Oxfmt for linting and formatting, with a new autofix CI workflow. [#2822](https://github.com/amruthpillai/reactive-resume/pull/2822) + +## Fixes +- Fixed an issue with the slider component for "Sidebar Width" in the resume builder. [#2830](https://github.com/amruthpillai/reactive-resume/issues/2830) + + ## Features & Improvements - Added **Job Listings with AI-Powered Resume Tailoring**, a major new feature that integrates job search (via JSearch API) directly into the dashboard with AI-driven resume tailoring to match job descriptions. [#2788](https://github.com/amruthpillai/reactive-resume/pull/2788) diff --git a/package.json b/package.json index cddeba3a2..3886550dd 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "reactive-resume", - "version": "5.0.13", + "version": "5.0.14", "description": "Reactive Resume is a free and open-source resume builder that simplifies the process of creating, updating, and sharing your resume.", "license": "MIT", "author": {