chore: bump version to 0.4.0, changelog entry
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
// Mirrors CHANGELOG.md at the repo root — update both together.
|
||||
export const APP_VERSION = "0.3.1";
|
||||
export const APP_VERSION = "0.4.0";
|
||||
|
||||
export type ChangelogEntry = {
|
||||
version: string;
|
||||
@@ -10,6 +10,18 @@ export type ChangelogEntry = {
|
||||
};
|
||||
|
||||
export const CHANGELOG: ChangelogEntry[] = [
|
||||
{
|
||||
version: "0.4.0",
|
||||
date: "2026-07-12",
|
||||
added: [
|
||||
"Profile pictures: upload a custom photo, or get a Gravatar-backed avatar automatically.",
|
||||
"\"Imported from\" badge on recipe cards for recipes brought in from a URL.",
|
||||
"Share shopping lists via a public link — no account required to view, alongside private collaborator invites.",
|
||||
],
|
||||
fixed: [
|
||||
"Batch-cook recipes shifted left in compact view when they had no time set or a longer dish/time label.",
|
||||
],
|
||||
},
|
||||
{
|
||||
version: "0.3.1",
|
||||
date: "2026-07-12",
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@epicure/web",
|
||||
"version": "0.3.1",
|
||||
"version": "0.4.0",
|
||||
"private": true,
|
||||
"scripts": {
|
||||
"dev": "next dev",
|
||||
|
||||
Reference in New Issue
Block a user