Skip to content

Commit

Permalink
add changelog entry
Browse files Browse the repository at this point in the history
  • Loading branch information
MalteHerrmann committed Jul 31, 2024
1 parent 48ae68c commit c1bbfc4
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .clconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,28 +22,28 @@
"tests"
],
"change_types": {
"API Breaking": "api\\s*breaking",
"Bug Fixes": "bug\\s*fixes",
"Improvements": "improvements",
"API Breaking": "api\\s*breaking",
"State Machine Breaking": "state\\s*machine\\s*breaking"
},
"expected_spellings": {
"ABI": "abi",
"API": "api",
"CI": "ci",
"Cosmos SDK": "cosmos[\\s-]*sdk",
"CLI": "cli",
"Cosmos SDK": "cosmos[\\s-]*sdk",
"EIP-712": "eip[\\s-]*712",
"ERC-20": "erc[\\s-]*20",
"EVM": "evm",
"evmOS": "evmos",
"IBC": "ibc",
"ICS": "ics",
"ICS-20": "ics[\\s-]*20",
"OS": "os",
"PR": "pr",
"RPC": "rpc",
"SDK": "sdk"
"SDK": "sdk",
"evmOS": "evmos"
},
"legacy_version": null,
"target_repo": "https://github.com/evmos/os"
Expand Down
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,4 +8,5 @@ This changelog was created using the `clu` binary

### Improvements

- (eip-712) [#13](https://github.com/evmos/os/pull/13) Add EIP-712 package.
- (ci) [#12](https://github.com/evmos/os/pull/12) Add CI workflows, configurations, Makefile, License, etc.

0 comments on commit c1bbfc4

Please sign in to comment.