Bump versions to 0.4.3

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

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"
}
}
}