Skip to content

Commit

Permalink
chore(release): 1.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
cahilfoley committed Aug 25, 2022
1 parent d0d99e4 commit b69dbb7
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 1 deletion.
10 changes: 10 additions & 0 deletions packages/react-snowfall/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
# 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.0](https://github.com/cahilfoley/react-snowfall/compare/v1.1.2...v1.2.0) (2022-08-25)


### Features

* Add support for rendering images instead of circles for snowflake contents ([d0d99e4](https://github.com/cahilfoley/react-snowfall/commit/d0d99e4a3c16cf7784c0033d8039b25f35d8ecd4))
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": "1.1.2",
"version": "1.2.0",
"description": "A react component that creates a snowfall effect",
"main": "./lib/Snowfall.js",
"sideEffects": false,
Expand Down

0 comments on commit b69dbb7

Please sign in to comment.