From 3b1f222a2b9a84c71ffc04157f0f2fc18e2f9853 Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Fri, 3 Dec 2021 14:33:36 +0000 Subject: [PATCH] chore(release): 0.4.0 [skip ci] # [0.4.0](https://github.com/queen-raae/gatsby-plugin-let-it-snow/compare/v0.3.0...v0.4.0) (2021-12-03) ### Features * season-plugin-option, solves [#2](https://github.com/queen-raae/gatsby-plugin-let-it-snow/issues/2) ([#11](https://github.com/queen-raae/gatsby-plugin-let-it-snow/issues/11)) ([9319fa0](https://github.com/queen-raae/gatsby-plugin-let-it-snow/commit/9319fa0c8685ce4db85ec1af4d0419b263e2ec92)) --- CHANGELOG.md | 7 +++++++ plugin/package.json | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index faee446..36f32c9 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +# [0.4.0](https://github.com/queen-raae/gatsby-plugin-let-it-snow/compare/v0.3.0...v0.4.0) (2021-12-03) + + +### Features + +* season-plugin-option, solves [#2](https://github.com/queen-raae/gatsby-plugin-let-it-snow/issues/2) ([#11](https://github.com/queen-raae/gatsby-plugin-let-it-snow/issues/11)) ([9319fa0](https://github.com/queen-raae/gatsby-plugin-let-it-snow/commit/9319fa0c8685ce4db85ec1af4d0419b263e2ec92)) + # [0.3.0](https://github.com/queen-raae/gatsby-plugin-let-it-snow/compare/v0.2.0...v0.3.0) (2021-11-24) diff --git a/plugin/package.json b/plugin/package.json index e3aad24..1561f56 100755 --- a/plugin/package.json +++ b/plugin/package.json @@ -1,6 +1,6 @@ { "name": "@raae/gatsby-plugin-let-it-snow", - "version": "0.3.0", + "version": "0.4.0", "description": "", "main": "index.js", "scripts": {