From d9c96101c65f1865579e05219c20266c679a7905 Mon Sep 17 00:00:00 2001 From: Cahil Foley Date: Thu, 25 Aug 2022 17:22:43 +0800 Subject: [PATCH] chore(release): 1.2.1 --- CHANGELOG.md | 10 ++++++---- packages/react-snowfall/package.json | 2 +- 2 files changed, 7 insertions(+), 5 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 8e56727..de12fe6 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,7 +1,9 @@ -# Changelog - -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. - +# Changelog + +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. + +### [1.2.1](https://github.com/cahilfoley/react-snowfall/compare/v1.2.0...v1.2.1) (2022-08-25) + ## [1.2.0](https://github.com/cahilfoley/react-snowfall/compare/v1.1.2...v1.2.0) (2022-08-25) diff --git a/packages/react-snowfall/package.json b/packages/react-snowfall/package.json index a7ef997..c01783d 100644 --- a/packages/react-snowfall/package.json +++ b/packages/react-snowfall/package.json @@ -1,6 +1,6 @@ { "name": "react-snowfall", - "version": "1.2.0", + "version": "1.2.1", "description": "A react component that creates a snowfall effect", "main": "./lib/Snowfall.js", "sideEffects": false,