Skip to content

Commit

Permalink
chore: add new api url to whats-new list
Browse files Browse the repository at this point in the history
  • Loading branch information
Lemmmy committed Jul 17, 2022
1 parent a7e1844 commit f12ac29
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
2 changes: 1 addition & 1 deletion package.json
@@ -1,6 +1,6 @@
{
"name": "krist",
"version": "3.1.0",
"version": "3.1.1",
"description": "The new Krist node written in TypeScript.",
"main": "dist/src/index.js",
"scripts": {
Expand Down
6 changes: 5 additions & 1 deletion whats-new.json
@@ -1,8 +1,12 @@
{
"new": [{
"commitHash": "a7e1844f85ade36f5f7c8487713ed2e03caf0315",
"date": "2022-07-17T19:37:00+01:00",
"new": true,
"body": "The API URL has been changed to `krist.dev`."
}, {
"commitHash": "5fed5626e6ce0e24c6a4a3c574ce73d5a6cca69e",
"date": "2022-04-07T23:24:01+01:00",
"new": true,
"body": "Names have a new `transferred` field that returns when they were last transferred to a new owner."
}, {
"commitHash": "73097b66492728e9228123ae069dbc12aa7070f2",
Expand Down

0 comments on commit f12ac29

Please sign in to comment.