Bump versions to 0.4.2

This commit is contained in:
Andras Schmelczer 2025-07-08 23:06:05 +01:00
parent 56ce3c294f
commit 6bcde789c7
No known key found for this signature in database
GPG key ID: FC8F2C3D3D1A718C
4 changed files with 5 additions and 5 deletions

2
Cargo.lock generated
View file

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

View file

@ -5,7 +5,7 @@ authors = ["Andras Schmelczer <andras@schmelczer.dev>"]
edition = "2024"
license = "MIT"
repository = "https://github.com/schmelczer/reconcile"
version = "0.4.1"
version = "0.4.2"
[lib]
crate-type = ["cdylib", "rlib"]

View file

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

View file

@ -1,6 +1,6 @@
{
"name": "reconcile",
"version": "0.4.1",
"version": "0.4.2",
"main": "dist/reconcile.node.js",
"browser": "dist/reconcile.web.js",
"types": "dist/types/index.d.ts",