diff --git a/CHANGELOG.md b/CHANGELOG.md index 18c9ffc..1c7ba15 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -3,6 +3,14 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +# [2.2.0](https://github.com/jackw/sass-fire/compare/v2.1.1...v2.2.0) (2020-09-03) + + +### Features + +* **reduce:** run-function-with-params for decorating function ([d7666f2](https://github.com/jackw/sass-fire/commit/d7666f2)) +* introduce assoc-path and pluck ([644c56b](https://github.com/jackw/sass-fire/commit/644c56b)) + ## [2.1.1](https://github.com/jackw/sass-fire/compare/v2.1.0...v2.1.1) (2020-08-27) diff --git a/package.json b/package.json index 67030a0..a69f0b1 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "sass-fire", - "version": "2.1.1", + "version": "2.2.0", "main": "index.js", "repository": "git@github.com:jackw/sass-fire.git", "author": {