Skip to content

Commit

Permalink
chore(release): 2.2.0 [skip ci]
Browse files Browse the repository at this point in the history
# [2.2.0](v2.1.1...v2.2.0) (2020-09-03)

### Features

* **reduce:** run-function-with-params for decorating function ([d7666f2](d7666f2))
* introduce assoc-path and pluck ([644c56b](644c56b))
  • Loading branch information
semantic-release-bot committed Sep 3, 2020
1 parent 50d417f commit 0dbd075
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 1 deletion.
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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)


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

0 comments on commit 0dbd075

Please sign in to comment.