From 2ea82591775fa91939276d6937e12639a2291b01 Mon Sep 17 00:00:00 2001 From: Kyle June Date: Mon, 12 Jan 2026 01:32:45 -0500 Subject: [PATCH] feat: Update changelog and test semantic release --- CHANGELOG.md | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 6e0d2f0..ee86ca9 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -6,6 +6,15 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.1.0/), and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). +## [0.2.0] - 2026-01-12 + +- feat: Use cbor2 for all server state serialization instead of SuperJSON + (https://github.com/udibo/juniper/pull/63) +- feat: Return json for not found urls with file extensions +- feat: Add ignorePaths build configuration option +- fix: Move provider in shared layout in tanstack template +- docs: Improve styling guide for TailwindCSS + ## [0.1.2] - 2026-01-05 ### Added