Bump versions to 0.4.3

This commit is contained in:
Andras Schmelczer 2025-07-09 22:45:36 +01:00
parent 4d7db34488
commit e78a0ab296
No known key found for this signature in database
GPG key ID: FC8F2C3D3D1A718C
4 changed files with 6 additions and 6 deletions

2
Cargo.lock generated
View file

@ -176,7 +176,7 @@ dependencies = [
[[package]]
name = "reconcile"
version = "0.4.2"
version = "0.4.3"
dependencies = [
"cfg-if 1.0.1",
"console_error_panic_hook",

View file

@ -1,7 +1,7 @@
[package]
name = "reconcile"
description = "Think diff3 or git merge, but with automated conflict resolution that requires no user intervention"
version = "0.4.2"
version = "0.4.3"
rust-version = "1.85"
authors = ["Andras Schmelczer <andras@schmelczer.dev>"]
edition = "2024"

View file

@ -1,12 +1,12 @@
{
"name": "reconcile",
"version": "0.4.2",
"version": "0.4.3",
"lockfileVersion": 3,
"requires": true,
"packages": {
"": {
"name": "reconcile",
"version": "0.4.2",
"version": "0.4.3",
"devDependencies": {
"@types/jest": "^30.0.0",
"jest": "^30.0.4",

View file

@ -1,6 +1,6 @@
{
"name": "reconcile",
"version": "0.4.2",
"version": "0.4.3",
"description": "Think diff3 or git merge, but with automated conflict resolution that requires no user intervention",
"main": "dist/reconcile.node.js",
"browser": "dist/reconcile.web.js",
@ -48,4 +48,4 @@
"webpack-cli": "^6.0.1",
"webpack-merge": "^6.0.1"
}
}
}