Skip to content

Commit 69c866e

Browse files
committed
chore: release v0.3.2
1 parent 033de68 commit 69c866e

2 files changed

Lines changed: 12 additions & 1 deletion

File tree

CHANGELOG.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,16 @@
11
# Changelog
22

3+
## [0.3.2](https://github.com/mxvsh/wave/compare/v0.3.1...v0.3.2) (2026-03-30)
4+
5+
### Features
6+
7+
* add clear history option with confirmation dialog ([6b25789](https://github.com/mxvsh/wave/commit/6b257891c80c479453436df13482cff0cd57517a))
8+
9+
### Bug Fixes
10+
11+
* correct argument labels in PasteService ([033de68](https://github.com/mxvsh/wave/commit/033de6893be524bb136a473487403232ebbe5eb1))
12+
* use Cmd+V fallback for paste to support terminal and web apps ([1a18850](https://github.com/mxvsh/wave/commit/1a18850f9753ba4b7aea8432d367e017c865bc02))
13+
314
## [0.3.1](https://github.com/mxvsh/wave/compare/v0.3.0...v0.3.1) (2026-03-30)
415

516
### Features

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,5 +9,5 @@
99
"@release-it/conventional-changelog": "^10.0.5",
1010
"release-it": "^19.2.4"
1111
},
12-
"version": "0.3.1"
12+
"version": "0.3.2"
1313
}

0 commit comments

Comments
 (0)