Skip to content

Commit

Permalink
chore(release): 1.1.0 [skip ci]
Browse files Browse the repository at this point in the history
# [1.1.0](v1.0.1...v1.1.0) (2020-07-04)

### Features

* **eq-by:** initial commit of eq-by function ([514528c](514528c))
* **equals:** initial commit of function ([3406ef2](3406ef2))
* **identity:** initial commit of function ([c9ff78c](c9ff78c))
* **inner-join:** inital commit of function ([b3c72f3](b3c72f3))
* **intersection:** initial commit of function ([92be37c](92be37c))
* **relation:** add number comparison functions ([84cb8c0](84cb8c0))
* **uniq:** initial commit of function ([6de7e31](6de7e31))
  • Loading branch information
semantic-release-bot committed Jul 4, 2020
1 parent c965c9b commit cb9d39f
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 1 deletion.
13 changes: 13 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,19 @@
All notable changes to this project will be documented in this file. See
[Conventional Commits](https://conventionalcommits.org) for commit guidelines.

# [1.1.0](https://github.com/jackw/sass-fire/compare/v1.0.1...v1.1.0) (2020-07-04)


### Features

* **eq-by:** initial commit of eq-by function ([514528c](https://github.com/jackw/sass-fire/commit/514528c))
* **equals:** initial commit of function ([3406ef2](https://github.com/jackw/sass-fire/commit/3406ef2))
* **identity:** initial commit of function ([c9ff78c](https://github.com/jackw/sass-fire/commit/c9ff78c))
* **inner-join:** inital commit of function ([b3c72f3](https://github.com/jackw/sass-fire/commit/b3c72f3))
* **intersection:** initial commit of function ([92be37c](https://github.com/jackw/sass-fire/commit/92be37c))
* **relation:** add number comparison functions ([84cb8c0](https://github.com/jackw/sass-fire/commit/84cb8c0))
* **uniq:** initial commit of function ([6de7e31](https://github.com/jackw/sass-fire/commit/6de7e31))

## [1.0.1](https://github.com/jackw/sass-fire/compare/v1.0.0...v1.0.1) (2020-06-22)


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": "1.0.1",
"version": "1.1.0",
"main": "index.js",
"repository": "git@github.com:jackw/sass-fire.git",
"author": {
Expand Down

0 comments on commit cb9d39f

Please sign in to comment.