Skip to content

Commit 0dbd075

Browse files
committedSep 3, 2020
chore(release): 2.2.0 [skip ci]
# [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))
1 parent 50d417f commit 0dbd075

File tree

2 files changed

+9
-1
lines changed

2 files changed

+9
-1
lines changed
 

‎CHANGELOG.md

+8
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,14 @@
33
All notable changes to this project will be documented in this file. See
44
[Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

6+
# [2.2.0](https://github.com/jackw/sass-fire/compare/v2.1.1...v2.2.0) (2020-09-03)
7+
8+
9+
### Features
10+
11+
* **reduce:** run-function-with-params for decorating function ([d7666f2](https://github.com/jackw/sass-fire/commit/d7666f2))
12+
* introduce assoc-path and pluck ([644c56b](https://github.com/jackw/sass-fire/commit/644c56b))
13+
614
## [2.1.1](https://github.com/jackw/sass-fire/compare/v2.1.0...v2.1.1) (2020-08-27)
715

816

‎package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "sass-fire",
3-
"version": "2.1.1",
3+
"version": "2.2.0",
44
"main": "index.js",
55
"repository": "git@github.com:jackw/sass-fire.git",
66
"author": {

0 commit comments

Comments
 (0)
Please sign in to comment.