Skip to content

Commit c6e1cb0

Browse files
authored
Merge pull request #3 from odest/release-please--branches--master
chore: release master
2 parents 5f99718 + 0d018e5 commit c6e1cb0

File tree

11 files changed

+45
-10
lines changed

11 files changed

+45
-10
lines changed

.release-please-manifest.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
{
2-
".": "0.1.1",
3-
"apps/native": "0.1.1",
4-
"apps/web": "0.1.0",
5-
"packages/ui": "0.1.1",
2+
".": "0.1.2",
3+
"apps/native": "0.1.2",
4+
"apps/web": "0.1.1",
5+
"packages/ui": "0.1.2",
66
"packages/i18n": "0.1.0",
77
"packages/eslint-config": "0.1.0",
88
"packages/typescript-config": "0.1.0"

CHANGELOG.md

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

3+
## [0.1.2](https://github.com/odest/katip/compare/v0.1.1...v0.1.2) (2025-10-20)
4+
5+
6+
### Features
7+
8+
* **native:** add dialog and fs plugins and audio picker component ([d7be847](https://github.com/odest/katip/commit/d7be84753afbc22b560d98af9cc68bb5cc268fe5))
9+
* **native:** add whisper transcribe support for native desktop ([6152560](https://github.com/odest/katip/commit/615256061e692c0aa86177b731d9f420af10323d))
10+
* **web:** add whisper wasm transcribe support for web ([320e1a7](https://github.com/odest/katip/commit/320e1a7bd3bc0e5e85685bc102267c356f6d1fc5))
11+
312
## [0.1.1](https://github.com/odest/katip/compare/v0.1.0...v0.1.1) (2025-10-17)
413

514

apps/native/CHANGELOG.md

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

3+
## [0.1.2](https://github.com/odest/katip/compare/v0.1.1...v0.1.2) (2025-10-20)
4+
5+
6+
### Features
7+
8+
* **native:** add dialog and fs plugins and audio picker component ([d7be847](https://github.com/odest/katip/commit/d7be84753afbc22b560d98af9cc68bb5cc268fe5))
9+
* **native:** add whisper transcribe support for native desktop ([6152560](https://github.com/odest/katip/commit/615256061e692c0aa86177b731d9f420af10323d))
10+
* **web:** add whisper wasm transcribe support for web ([320e1a7](https://github.com/odest/katip/commit/320e1a7bd3bc0e5e85685bc102267c356f6d1fc5))
11+
312
## [0.1.1](https://github.com/odest/katip/compare/v0.1.0...v0.1.1) (2025-10-17)
413

514

apps/native/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "native",
33
"private": true,
4-
"version": "0.1.1",
4+
"version": "0.1.2",
55
"type": "module",
66
"scripts": {
77
"dev": "next dev --turbopack",

apps/native/src-tauri/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "katip"
3-
version = "0.1.1"
3+
version = "0.1.2"
44
description = "A Tauri App"
55
authors = ["you"]
66
edition = "2021"

apps/native/src-tauri/tauri.conf.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"$schema": "https://schema.tauri.app/config/2",
33
"productName": "katip",
4-
"version": "0.1.1",
4+
"version": "0.1.2",
55
"identifier": "com.katip.app",
66
"build": {
77
"beforeDevCommand": "pnpm dev",

apps/web/CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
# Changelog
2+
3+
## [0.1.1](https://github.com/odest/katip/compare/v0.1.0...v0.1.1) (2025-10-20)
4+
5+
6+
### Features
7+
8+
* **web:** add whisper wasm transcribe support for web ([320e1a7](https://github.com/odest/katip/commit/320e1a7bd3bc0e5e85685bc102267c356f6d1fc5))

apps/web/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "web",
3-
"version": "0.1.0",
3+
"version": "0.1.1",
44
"type": "module",
55
"private": true,
66
"scripts": {

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "katip",
3-
"version": "0.1.1",
3+
"version": "0.1.2",
44
"private": true,
55
"scripts": {
66
"build": "turbo build",

packages/ui/CHANGELOG.md

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

3+
## [0.1.2](https://github.com/odest/katip/compare/v0.1.1...v0.1.2) (2025-10-20)
4+
5+
6+
### Features
7+
8+
* **native:** add dialog and fs plugins and audio picker component ([d7be847](https://github.com/odest/katip/commit/d7be84753afbc22b560d98af9cc68bb5cc268fe5))
9+
* **native:** add whisper transcribe support for native desktop ([6152560](https://github.com/odest/katip/commit/615256061e692c0aa86177b731d9f420af10323d))
10+
* **web:** add whisper wasm transcribe support for web ([320e1a7](https://github.com/odest/katip/commit/320e1a7bd3bc0e5e85685bc102267c356f6d1fc5))
11+
312
## [0.1.1](https://github.com/odest/katip/compare/v0.1.0...v0.1.1) (2025-10-17)
413

514

0 commit comments

Comments
 (0)