Skip to content

Commit

Permalink
Bump version to 3.1.4
Browse files Browse the repository at this point in the history
  • Loading branch information
excalith committed Nov 12, 2024
1 parent 40aedc9 commit ae32b8e
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 9 deletions.
3 changes: 3 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,5 +1,8 @@
# See https://help.github.com/articles/ignoring-files/ for more about ignoring files.

# IDE files
/.idea

# dependencies
/node_modules
/.pnp
Expand Down
12 changes: 4 additions & 8 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "start-page",
"version": "3.1.2",
"version": "3.1.4",
"private": true,
"scripts": {
"dev": "next dev",
Expand Down

0 comments on commit ae32b8e

Please sign in to comment.