From 69c3c69c750204aba54d0b7fc32e7d7acd7ad297 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ivan=20Nikoli=C4=87?= Date: Mon, 22 Apr 2024 08:55:46 +0200 Subject: [PATCH] 3.2.2 --- CHANGELOG.md | 5 ++++- package.json | 2 +- 2 files changed, 5 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index f8c1042..a628279 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,8 @@ ## [Unreleased][] +## [3.2.2][] - 2024-04-22 + - Add additional function references ## [3.2.1][] - 2023-10-15 @@ -57,6 +59,7 @@ [3.0.0]: https://github.com/niksy/css-functions-list/tree/v3.0.0 [3.0.1]: https://github.com/niksy/css-functions-list/tree/v3.0.1 [3.1.0]: https://github.com/niksy/css-functions-list/tree/v3.1.0 -[Unreleased]: https://github.com/niksy/css-functions-list/compare/v3.2.1...HEAD +[Unreleased]: https://github.com/niksy/css-functions-list/compare/v3.2.2...HEAD +[3.2.2]: https://github.com/niksy/css-functions-list/compare/v3.2.1...v3.2.2 [3.2.1]: https://github.com/niksy/css-functions-list/compare/v3.2.0...v3.2.1 [3.2.0]: https://github.com/niksy/css-functions-list/tree/v3.2.0 diff --git a/package.json b/package.json index 7f9241d..802edc1 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "css-functions-list", - "version": "3.2.1", + "version": "3.2.2", "description": "List of standard and browser specific CSS functions.", "license": "MIT", "author": "Ivan Nikolić (http://ivannikolic.com)",