diff --git a/.changeset/mighty-humans-run.md b/.changeset/mighty-humans-run.md deleted file mode 100644 index 8f7d0f2..0000000 --- a/.changeset/mighty-humans-run.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"synclockver": major ---- - -Initial release diff --git a/CHANGELOG.md b/CHANGELOG.md new file mode 100644 index 0000000..583f5ba --- /dev/null +++ b/CHANGELOG.md @@ -0,0 +1,7 @@ +# synclockver + +## 1.0.0 + +### Major Changes + +- f64cd2a: Initial release diff --git a/package.json b/package.json index 013d233..88e485d 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "synclockver", - "version": "0.0.0", + "version": "1.0.0", "description": "Sync package-lock.json version to package.json", "author": "Al Mahdi", "license": "MIT",