From 7ba706e8b3d76c74bc6ad328265bb1e378d76a1f Mon Sep 17 00:00:00 2001 From: Cahil Foley Date: Fri, 22 Nov 2024 13:02:10 +0800 Subject: [PATCH] chore(release): 2.2.0 --- CHANGELOG.md | 7 +++++++ packages/react-snowfall/package.json | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 57184d1..536b3af 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,13 @@ 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. +## [2.2.0](https://github.com/cahilfoley/react-snowfall/compare/v2.1.2...v2.2.0) (2024-11-22) + + +### Features + +* **Snowflakes:** Add support using opacity for image snowflakes ([dbb6d51](https://github.com/cahilfoley/react-snowfall/commit/dbb6d51e4f44a73874f747cfb636d1bc5f2f65c7)) + ### [2.1.2](https://github.com/cahilfoley/react-snowfall/compare/v2.1.1...v2.1.2) (2024-11-22) diff --git a/packages/react-snowfall/package.json b/packages/react-snowfall/package.json index b9ed240..7e61afd 100644 --- a/packages/react-snowfall/package.json +++ b/packages/react-snowfall/package.json @@ -1,6 +1,6 @@ { "name": "react-snowfall", - "version": "2.1.2", + "version": "2.2.0", "description": "A react component that creates a snowfall effect", "type": "module", "main": "./lib/index.js",