From ae32b8e65975b7bd2d8893356827b10a6c731fe7 Mon Sep 17 00:00:00 2001 From: Can Cellek Date: Tue, 12 Nov 2024 10:07:08 +0300 Subject: [PATCH] Bump version to 3.1.4 --- .gitignore | 3 +++ CHANGELOG.md | 12 ++++-------- package.json | 2 +- 3 files changed, 8 insertions(+), 9 deletions(-) diff --git a/.gitignore b/.gitignore index 55175ef8..5e5ae33a 100644 --- a/.gitignore +++ b/.gitignore @@ -1,5 +1,8 @@ # See https://help.github.com/articles/ignoring-files/ for more about ignoring files. +# IDE files +/.idea + # dependencies /node_modules /.pnp diff --git a/CHANGELOG.md b/CHANGELOG.md index d88e0a6f..df960708 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,16 +1,12 @@ +# Change Log [![Latest Release](https://img.shields.io/github/v/release/excalith/excalith-start-page)](https://github.com/excalith/excalith-start-page/releases) -# Change Log -All upcoming and notable changes to this project will be documented in this file. +Please refer to [releases](https://github.com/excalith/excalith-start-page/releases) page for previous change logs. -> **Warning** +> [!WARNING] > Before updating, please be sure to check previous versions for possible **breaking changes**. If you are using preview (online) version and having issues, please refer to [troubleshooting](https://github.com/excalith/excalith-start-page/wiki/Troubleshooting) page to find possible solutions and learn why you shouldn't use preview version. -## Unreleased -Nothing new here (yet) -![Move Along](https://media.giphy.com/media/10RgsuetO4uDkY/giphy.gif) -## Previous Versions [![Latest Release](https://img.shields.io/github/v/release/excalith/excalith-start-page)](https://github.com/excalith/excalith-start-page/releases) -Please refer to [releases](https://github.com/excalith/excalith-start-page/releases) page for previous release notes. \ No newline at end of file + diff --git a/package.json b/package.json index e160cfe1..a619babc 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "start-page", - "version": "3.1.2", + "version": "3.1.4", "private": true, "scripts": { "dev": "next dev",