diff --git a/CHANGELOG.md b/CHANGELOG.md index 680de77..f1e478d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +# [0.6.0](https://github.com/queen-raae/gatsby-plugin-let-it-snow/compare/v0.5.1...v0.6.0) (2021-12-07) + + +### Features + +* css var support, closes [#30](https://github.com/queen-raae/gatsby-plugin-let-it-snow/issues/30) ([#31](https://github.com/queen-raae/gatsby-plugin-let-it-snow/issues/31)) ([3f79993](https://github.com/queen-raae/gatsby-plugin-let-it-snow/commit/3f79993b50c5202bd1944251b7a2ad135b8689e0)) + ## [0.5.1](https://github.com/queen-raae/gatsby-plugin-let-it-snow/compare/v0.5.0...v0.5.1) (2021-12-05) diff --git a/plugin/package.json b/plugin/package.json index 095a73f..970cf8e 100755 --- a/plugin/package.json +++ b/plugin/package.json @@ -1,6 +1,6 @@ { "name": "@raae/gatsby-plugin-let-it-snow", - "version": "0.5.1", + "version": "0.6.0", "description": "", "main": "index.js", "scripts": {