-
Notifications
You must be signed in to change notification settings - Fork 6
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #21 from naman03malhotra/added-change-log
Patch: Added change log to matchRules
- Loading branch information
Showing
2 changed files
with
65 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,64 @@ | ||
# Changelog | ||
|
||
<!-- | ||
Read this section if it's your first time writing changelog, if not read anyway. | ||
Guidelines: | ||
- Don't dump commit log diffs as changelogs. Bad idea, it is. | ||
- Changelogs are for humans, not machines. | ||
- There should be an entry for every single version. | ||
- The same types of changes should be grouped. | ||
- the latest version comes first. | ||
Tags: | ||
- Added: for new features. | ||
- Changed: for changes in existing functionality. | ||
- Deprecated: for soon-to-be removed features. | ||
- Removed: for now removed features. | ||
- Fixed: for any bug fixes. | ||
- Security: in case of vulnerabilities. | ||
Good to have: commit or PR links. | ||
--> | ||
|
||
## 1.3.1 [#21](https://github.com/naman03malhotra/match-rules/pull/21) | ||
|
||
### Patch | ||
|
||
- Minor: Fix when source is a different type, exit gracefully | ||
|
||
## 1.3.0 [#20](https://github.com/naman03malhotra/match-rules/pull/20) | ||
|
||
### Minor | ||
|
||
- Minor: Fix when source is a different type, exit gracefully | ||
|
||
## 1.2.3 - 1.2.8 | ||
|
||
### patches | ||
|
||
- ReadMe and example updates | ||
|
||
## 1.2.3 [#13](https://github.com/naman03malhotra/match-rules/pull/13) | ||
|
||
### Patch | ||
|
||
- added coveralls coverage for code | ||
|
||
## 1.2.0 [#9](https://github.com/naman03malhotra/match-rules/pull/9) | ||
|
||
### Minor | ||
|
||
- Removed esm module build and added MIT license | ||
|
||
## 1.1.1 [#8](https://github.com/naman03malhotra/match-rules/pull/8) | ||
|
||
### Minor | ||
|
||
- MatchRules is now a default export | ||
|
||
### 1.0.1 [#1](https://github.com/naman03malhotra/match-rules/pull/1) | ||
|
||
### Feat (Major) | ||
|
||
- First stable version |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters