Skip to content

Commit ed2a23f

Browse files
committedNov 26, 2019
chore(release): 1.7.3
1 parent c431aa2 commit ed2a23f

File tree

2 files changed

+10
-1
lines changed

2 files changed

+10
-1
lines changed
 

‎CHANGELOG.md

+9
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,15 @@
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+
### [1.7.3](https://github.com/relekang/lint-filter/compare/v1.7.2...v1.7.3) (2019-11-26)
6+
7+
8+
### Bug Fixes
9+
10+
* Remove save-exact and update dependencies ([#134](https://github.com/relekang/lint-filter/issues/134)) ([c431aa2](https://github.com/relekang/lint-filter/commit/c431aa2))
11+
12+
13+
514
### [1.7.2](https://github.com/relekang/lint-filter/compare/v1.7.1...v1.7.2) (2019-07-16)
615

716

‎package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "lint-filter",
3-
"version": "1.7.2",
3+
"version": "1.7.3",
44
"description": "Lint touched code stricter",
55
"main": "./lib",
66
"bin": "./lint-filter.js",

0 commit comments

Comments
 (0)
Please sign in to comment.