From 20be596cfd45a546bb797e47916e46106461037f Mon Sep 17 00:00:00 2001 From: Cahil Foley Date: Fri, 22 Nov 2024 12:17:04 +0800 Subject: [PATCH] chore(release): 2.1.2 --- 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 4f94008..57184d1 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.1.2](https://github.com/cahilfoley/react-snowfall/compare/v2.1.1...v2.1.2) (2024-11-22) + + +### Bug Fixes + +* **Snowflake:** Update the snowflake initialization to use the correct speed and wind values for the target speed and wind values ([8db1a66](https://github.com/cahilfoley/react-snowfall/commit/8db1a662e9bd7416b9bc67f4d8f610f6f680db22)) + ### [2.1.1](https://github.com/cahilfoley/react-snowfall/compare/v2.1.0...v2.1.1) (2024-09-06) diff --git a/packages/react-snowfall/package.json b/packages/react-snowfall/package.json index 235c8d2..b9ed240 100644 --- a/packages/react-snowfall/package.json +++ b/packages/react-snowfall/package.json @@ -1,6 +1,6 @@ { "name": "react-snowfall", - "version": "2.1.1", + "version": "2.1.2", "description": "A react component that creates a snowfall effect", "type": "module", "main": "./lib/index.js",