-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
3 changed files
with
31 additions
and
4 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,28 @@ | ||
# Changelog | ||
|
||
This changelog is updated by [Cinnabar Meta](https://github.com/cinnabar-forge/node-meta). | ||
|
||
## [Unreleased] | ||
|
||
Visit the link above to see all unreleased changes. | ||
|
||
[comment]: # (Insert new version after this line) | ||
|
||
## [0.1.0](https://github.com/cinnabar-forge/triggram/releases/tag/v0.1.0) — 2024-08-03 | ||
|
||
- add intro ([71036b2]) | ||
- add message delay ([295606c]) | ||
- add old messages reject ([4a1b27e]) | ||
- add regex to separate single word ([6d278db]) | ||
- init ([93abb2d]) | ||
- make future trigger chat-separated ([77a0a47]) | ||
|
||
[71036b2]: https://github.com/cinnabar-forge/triggram/commit/71036b2 | ||
[4a1b27e]: https://github.com/cinnabar-forge/triggram/commit/4a1b27e | ||
[6d278db]: https://github.com/cinnabar-forge/triggram/commit/6d278db | ||
[295606c]: https://github.com/cinnabar-forge/triggram/commit/295606c | ||
[77a0a47]: https://github.com/cinnabar-forge/triggram/commit/77a0a47 | ||
[93abb2d]: https://github.com/cinnabar-forge/triggram/commit/93abb2d | ||
|
||
|
||
[unreleased]: https://github.com/cinnabar-forge/triggram/compare/v0.1.0...HEAD |
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 |
---|---|---|
@@ -1,4 +1,4 @@ | ||
// This file was generated by Cinnabar Meta. Do not edit. | ||
|
||
export const CINNABAR_PROJECT_TIMESTAMP = 1722720855; | ||
export const CINNABAR_PROJECT_VERSION = "0.1.0+next.20240803_213415"; | ||
export const CINNABAR_PROJECT_TIMESTAMP = 1722722472; | ||
export const CINNABAR_PROJECT_VERSION = "0.1.0"; |