From 0b081819424c181694676601a90bb951a0af6178 Mon Sep 17 00:00:00 2001 From: Krzysztof Karol Date: Tue, 10 Dec 2024 23:23:07 +0100 Subject: [PATCH] chore(release): 5.0.0 --- CHANGELOG.md | 12 ++++++++++++ package.json | 2 +- 2 files changed, 13 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 35864a0..8821778 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,18 @@ All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines. +## 5.0.0 (2024-12-10) + + +### ⚠ BREAKING CHANGES + +* **swc** Update to swc_core 5.x (compatible with @swc/core@1.9.2) [#43](https://github.com/jantimon/css-variable/issues/43) + +### Features + +* add support for Next.js 15.0.4 ([#43](https://github.com/jantimon/css-variable/issues/43)) ([0f9a5a6](https://github.com/jantimon/css-variable/commit/0f9a5a6e8b6ab586dad0460ae0ab4c09948e5aa0)) + + ## [4.0.0](https://github.com/jantimon/css-variable/compare/v3.10.2...v4.0.0) (2024-05-21) diff --git a/package.json b/package.json index 24ceb54..7451c08 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "css-variable", - "version": "4.0.2", + "version": "5.0.0", "description": "define CSS custom properties (variables) in JS", "main": "./dist/index.cjs", "module": "./dist/index.mjs",