Skip to content

Commit

Permalink
chore(release): 0.0.2
Browse files Browse the repository at this point in the history
  • Loading branch information
JanMalch committed Dec 19, 2019
1 parent 3e84cff commit 77ac41e
Show file tree
Hide file tree
Showing 3 changed files with 47 additions and 11 deletions.
9 changes: 9 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,15 @@

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.

### [0.0.2](https://github.com/JanMalch/comparing/compare/v0.0.1...v0.0.2) (2019-12-19)


### Features

* **core:** add comparator factory 'ofOrder' ([edf7097](https://github.com/JanMalch/comparing/commit/edf7097))
* add reversedOrder comparator ([a8368a2](https://github.com/JanMalch/comparing/commit/a8368a2))
* add strictNullChecks to tsconfig ([757d477](https://github.com/JanMalch/comparing/commit/757d477))

### 0.0.1 (2019-09-02)


Expand Down
2 changes: 1 addition & 1 deletion package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

47 changes: 37 additions & 10 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "comparing",
"version": "0.0.1",
"version": "0.0.2",
"description": "Easily create descriptive comparators",
"keywords": [
"typescript",
Expand Down Expand Up @@ -92,15 +92,42 @@
"$schema": "http://json-schema.org/draft-07/schema#",
"header": "",
"types": [
{ "type": "feat", "section": "Features" },
{ "type": "fix", "section": "Bug Fixes" },
{ "type": "chore", "hidden": true },
{ "type": "docs", "hidden": true },
{ "type": "style", "hidden": true },
{ "type": "refactor", "section": "Code Refactoring" },
{ "type": "perf", "section": "Performance Improvements" },
{ "type": "test", "hidden": true },
{ "type": "build", "hidden": true }
{
"type": "feat",
"section": "Features"
},
{
"type": "fix",
"section": "Bug Fixes"
},
{
"type": "chore",
"hidden": true
},
{
"type": "docs",
"hidden": true
},
{
"type": "style",
"hidden": true
},
{
"type": "refactor",
"section": "Code Refactoring"
},
{
"type": "perf",
"section": "Performance Improvements"
},
{
"type": "test",
"hidden": true
},
{
"type": "build",
"hidden": true
}
]
},
"devDependencies": {
Expand Down

0 comments on commit 77ac41e

Please sign in to comment.