-
Notifications
You must be signed in to change notification settings - Fork 3
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- use `[files]` in package.json. Delete .npmignore. - doc: Changes -> CHANGELOG - ci: more shared workflows - lint: remove duplicate / stale rules from .eslintrc - prettier
- Loading branch information
Showing
15 changed files
with
93 additions
and
109 deletions.
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
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
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
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
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
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,3 @@ | ||
[submodule ".release"] | ||
path = .release | ||
url = [email protected]:msimerson/.release.git |
This file was deleted.
Oops, something went wrong.
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,2 @@ | ||
singleQuote: true | ||
semi: false |
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,44 @@ | ||
# Changelog | ||
|
||
The format is based on [Keep a Changelog](https://keepachangelog.com/). | ||
|
||
### Unreleased | ||
|
||
### [1.0.7] - 2024-04-08 | ||
|
||
- use `[files]` in package.json. Delete .npmignore. | ||
- doc: Changes -> CHANGELOG | ||
- ci: more shared workflows | ||
- lint: remove duplicate / stale rules from .eslintrc | ||
|
||
### [1.0.6] - 2022-05-27 | ||
|
||
- chore(ci): depend on shared GHA workflows | ||
|
||
### 1.0.5 - 2022-01-26 | ||
|
||
- feat: make it possible to set a false value | ||
- chore(ci): bump lowest node.js version to 14 | ||
|
||
### [1.0.4] - 2021-02-04 | ||
|
||
- CI: replace Travis & AppVeyor with GitHub actions | ||
- CI: automatically publish upon release. | ||
|
||
### 1.0.3 - 2020-03-23 | ||
|
||
- bump packaging versions | ||
- remove package-lock.json | ||
- codeclimate: moved functions out of constructor | ||
|
||
### 1.0.2 - 2017-09-07 | ||
|
||
- if an object is passed in, populate the notes with it | ||
|
||
### 1.0.1 - 2017-09-04 | ||
|
||
- initial release | ||
|
||
[1.0.4]: https://github.com/haraka/haraka-notes/releases/tag/1.0.4 | ||
[1.0.6]: https://github.com/haraka/haraka-notes/releases/tag/1.0.6 | ||
[1.0.7]: https://github.com/haraka/haraka-notes/releases/tag/v1.0.7 |
This file was deleted.
Oops, something went wrong.
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
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
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
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