Skip to content

Commit

Permalink
Merge pull request #69 from taroj1205/changeset-release/main
Browse files Browse the repository at this point in the history
  • Loading branch information
taroj1205 authored Nov 19, 2024
2 parents 03cfa24 + 925f644 commit 5b75283
Show file tree
Hide file tree
Showing 6 changed files with 11 additions and 13 deletions.
5 changes: 0 additions & 5 deletions .changeset/five-taxis-itch.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/yellow-cycles-obey.md

This file was deleted.

8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# Changelog

## 1.6.3

### Patch Changes

- [#68](https://github.com/taroj1205/tauri-clipboard-manager/pull/68) [`d275bbf`](https://github.com/taroj1205/tauri-clipboard-manager/commit/d275bbfaad1a95619a5561ab1e259c684fda60af) Thanks [@taroj1205](https://github.com/taroj1205)! - Fixed the content not selectable.

- [#63](https://github.com/taroj1205/tauri-clipboard-manager/pull/63) [`834bd97`](https://github.com/taroj1205/tauri-clipboard-manager/commit/834bd97f6b49c86096c858042a7874d7cd928c69) Thanks [@taroj1205](https://github.com/taroj1205)! - Fix not being able to copy text to clipboard.

## Latest Release

### November 18, 2024: [v1.6.2](/.changelog/1.6.2.mdx)
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "clippr",
"private": true,
"version": "1.6.2",
"version": "1.6.3",
"description": "",
"type": "module",
"scripts": {
Expand Down
2 changes: 1 addition & 1 deletion src-tauri/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "Clippr"
version = "1.6.2"
version = "1.6.3"
description = "Advanced clipboard manager built with Tauri"
authors = [ "Shintaro Jokagi" ]
edition = "2021"
Expand Down
2 changes: 1 addition & 1 deletion src-tauri/tauri.conf.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"$schema": "https://schema.tauri.app/config/2",
"productName": "Clippr",
"version": "1.6.2",
"version": "1.6.3",
"identifier": "com.clippr.app",
"build": {
"beforeDevCommand": "pnpm dev",
Expand Down

0 comments on commit 5b75283

Please sign in to comment.