From 75ff67c9e635847d3da93c59c57c5b4a0414f257 Mon Sep 17 00:00:00 2001 From: MAZE Date: Thu, 1 Feb 2024 23:40:29 +0330 Subject: [PATCH] chore(release): 1.3.1 --- CHANGELOG.md | 20 ++++++++++++++++++++ package-lock.json | 4 ++-- package.json | 2 +- 3 files changed, 23 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index af6f5ce..6cbfa96 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,26 @@ All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines. +### [1.3.1](https://github.com/remvze/moodist/compare/v1.3.0...v1.3.1) (2024-02-01) + + +### ✨ Features + +* add donate item ([f12ca48](https://github.com/remvze/moodist/commit/f12ca4806c9279f69f298bef770f8cac69a0860a)) +* add donate section ([d449c29](https://github.com/remvze/moodist/commit/d449c29321024a43517e92cc59223b4b22fe2e82)) +* add donation header ([17b4f25](https://github.com/remvze/moodist/commit/17b4f25ff10e09a917203e67cf963cac8358de1a)) + + +### 🐛 Bug Fixes + +* coffee typo ([8e02910](https://github.com/remvze/moodist/commit/8e0291004a90e55b67a921b9ffb483b409109ae4)) +* complete donation links ([e6f768a](https://github.com/remvze/moodist/commit/e6f768a5e6dc983ae04b70f6c434fd4c13aeb506)) + + +### 🚚 Chores + +* add donation link to README file ([1f806c4](https://github.com/remvze/moodist/commit/1f806c4e561d79a00850130eda09376299d85ed2)) + ## [1.3.0](https://github.com/remvze/moodist/compare/v1.2.0...v1.3.0) (2024-02-01) diff --git a/package-lock.json b/package-lock.json index 3416c22..d59d10e 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "moodist", - "version": "1.3.0", + "version": "1.3.1", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "moodist", - "version": "1.3.0", + "version": "1.3.1", "dependencies": { "@astrojs/react": "^3.0.3", "@floating-ui/react": "0.26.0", diff --git a/package.json b/package.json index 0fe2739..ebb337f 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "moodist", "type": "module", - "version": "1.3.0", + "version": "1.3.1", "scripts": { "dev": "astro dev", "start": "astro dev",