Skip to content

Commit

Permalink
chore(release): 2.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
cahilfoley committed Nov 22, 2024
1 parent dbb6d51 commit 7ba706e
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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)


Expand Down
2 changes: 1 addition & 1 deletion packages/react-snowfall/package.json
Original file line number Diff line number Diff line change
@@ -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",
Expand Down

0 comments on commit 7ba706e

Please sign in to comment.