Skip to content

Commit 5b782f4

Browse files
committed
chore(release): 0.0.3
1 parent 8ddf8b8 commit 5b782f4

File tree

3 files changed

+14
-2
lines changed

3 files changed

+14
-2
lines changed

CHANGELOG.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,18 @@
22

33
All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines.
44

5+
### [0.0.3](https://github.com/JanMalch/comparing/compare/v0.0.2...v0.0.3) (2020-01-23)
6+
7+
8+
### Code Refactoring
9+
10+
* use forEach's index ([923601a](https://github.com/JanMalch/comparing/commit/923601a))
11+
12+
13+
### Features
14+
15+
* add boolean comparators trueFirst and trueLast ([6aea4ef](https://github.com/JanMalch/comparing/commit/6aea4ef))
16+
517
### [0.0.2](https://github.com/JanMalch/comparing/compare/v0.0.1...v0.0.2) (2019-12-19)
618

719

package-lock.json

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "comparing",
3-
"version": "0.0.2",
3+
"version": "0.0.3",
44
"description": "Easily create descriptive comparators",
55
"keywords": [
66
"typescript",

0 commit comments

Comments
 (0)