From 7d1839312a5af43cea853a55e09f6229c84db92b Mon Sep 17 00:00:00 2001 From: meetqy Date: Wed, 21 Jun 2023 09:04:09 +0800 Subject: [PATCH] chore(release): 0.6.1 --- CHANGELOG.md | 12 ++++++++++++ package.json | 2 +- 2 files changed, 13 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index d9027a21..2052e44c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,18 @@ 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. +### [0.6.1](https://github.com/rao-pics/core/compare/v0.6.0...v0.6.1) (2023-06-21) + + +### Features + +* 🎸 托盘添加下载页面跳转 ([c9d0827](https://github.com/rao-pics/core/commit/c9d0827b3686a2fab6342ab04dc59f01866a6c44)), closes [#249](https://github.com/rao-pics/core/issues/249) + + +### Bug Fixes + +* 🐛 图片删除标签删除之后未同步 ([0138493](https://github.com/rao-pics/core/commit/01384934ba5faeaad3ad406101402f7d20815542)), closes [#266](https://github.com/rao-pics/core/issues/266) + ## [0.6.0](https://github.com/rao-pics/core/compare/v0.5.3...v0.6.0) (2023-06-19) diff --git a/package.json b/package.json index b326639b..2679f355 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "rao-pics", - "version": "0.6.0", + "version": "0.6.1", "private": true, "engines": { "node": ">=v16.19.0"