diff --git a/.changeset/tiny-monkeys-sin.md b/.changeset/tiny-monkeys-sin.md deleted file mode 100644 index afe4d1f..0000000 --- a/.changeset/tiny-monkeys-sin.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"evolu.me": minor ---- - -Show both month names on the boundary between months when the actual date isn't visible. diff --git a/CHANGELOG.md b/CHANGELOG.md index 5c10aae..657c2e2 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,11 @@ # evolu.me +## 0.6.0 + +### Minor Changes + +- 6d1504a: Show both month names on the boundary between months when the actual date isn't visible. + ## 0.5.0 ### Minor Changes diff --git a/package.json b/package.json index b404905..1ebf6e4 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "evolu.me", - "version": "0.5.0", + "version": "0.6.0", "private": true, "scripts": { "cleanNext": "rm -rf .next",