Skip to content

Commit

Permalink
release version 0.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
TimurRin committed Aug 3, 2024
1 parent 71036b2 commit aa5774b
Show file tree
Hide file tree
Showing 3 changed files with 31 additions and 4 deletions.
28 changes: 28 additions & 0 deletions CHANGELOG.md
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
3 changes: 1 addition & 2 deletions anca.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,7 @@
"dataVersion": 0,
"version": {
"latest": "0.1.0",
"latestNext": "0.1.0+next.20240803_213415",
"timestamp": 1722720855
"timestamp": 1722722472
},
"files": [
{
Expand Down
4 changes: 2 additions & 2 deletions src/cinnabar.ts
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";

0 comments on commit aa5774b

Please sign in to comment.