Release v0.4.2

This commit is contained in:
Danila Poyarkov 2026-03-02 18:14:35 +03:00
parent 877350a3af
commit 7d98201548
6 changed files with 6 additions and 6 deletions

View file

@ -1,6 +1,6 @@
# Changelog
## Unreleased
## [0.4.2] (2026-03-02)
### Fixes

View file

@ -1,7 +1,7 @@
{
"$schema": "https://schema.tauri.app/config/2",
"productName": "OpenPencil",
"version": "0.4.1",
"version": "0.4.2",
"identifier": "net.dannote.open-pencil",
"build": {
"beforeDevCommand": "bun run dev",

View file

@ -1,7 +1,7 @@
{
"name": "open-pencil-app",
"private": true,
"version": "0.4.1",
"version": "0.4.2",
"license": "MIT",
"type": "module",
"workspaces": [

View file

@ -1,6 +1,6 @@
{
"name": "@open-pencil/cli",
"version": "0.4.1",
"version": "0.4.2",
"license": "MIT",
"type": "module",
"bin": {

View file

@ -1,6 +1,6 @@
{
"name": "@open-pencil/core",
"version": "0.4.1",
"version": "0.4.2",
"license": "MIT",
"type": "module",
"exports": {

View file

@ -1,6 +1,6 @@
{
"name": "@open-pencil/mcp",
"version": "0.4.1",
"version": "0.4.2",
"license": "MIT",
"type": "module",
"main": "./src/server.ts",