Skip to content

Commit

Permalink
chore(release): v0.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
steadygaze committed Apr 1, 2024
1 parent 542df57 commit 5c01096
Show file tree
Hide file tree
Showing 3 changed files with 18 additions and 2 deletions.
16 changes: 16 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,22 @@

All notable changes to this project will be documented in this file. See [standard-version](https:/conventional-changelog/standard-version) for commit guidelines.

## v0.3.0

[compare changes](https:/steadygaze/frame-randomizer/compare/v0.2.2...v0.3.0)

### 🚀 Enhancements

- Add April Fools color changing effect ([8876c84a](https:/steadygaze/frame-randomizer/commit/8876c84a))

### 🩹 Fixes

- Make episode links less visible in light mode ([542df578](https:/steadygaze/frame-randomizer/commit/542df578))

### ❤️ Contributors

- Steady Gaze ([@steadygaze](http:/steadygaze))

## v0.2.2

[compare changes](https:/steadygaze/frame-randomizer/compare/v0.2.1...v0.2.2)
Expand Down
2 changes: 1 addition & 1 deletion nuxt.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -301,7 +301,7 @@ export default defineNuxtConfig({
// Public key, which can be used to verify server signatures.
publicKey: "",
// Software version displayed in UI.
softwareVersion: "0.2.2",
softwareVersion: "0.3.0",
// Link to your version of the source code. If you build and run a
// modified version of this software to users over a network, the AGPL
// requires you to provide users with a link to view/download your
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "nuxt-app",
"version": "0.2.2",
"version": "0.3.0",
"private": true,
"license": "AGPL-3.0-or-later",
"type": "module",
Expand Down

0 comments on commit 5c01096

Please sign in to comment.