Skip to content

Commit 63aa369

Browse files
author
Ajax Davis
committed
chore: reconcile repo with published v1.2.1
The npm package @jsonresume/schema was published at v1.2.1 (2024-08-06) but package.json on master still read 1.1.2. semantic-release publishes and tags from CI without committing the version bump back to the repo, so the source-of-truth version drifted behind npm. Verified the only delta between npm v1.2.1 and repo HEAD is the version string: schema.json, job-schema.json, sample.resume.json, sample.job.json, validator.js, README.md and LICENSE.md are all byte-identical (SHA256). This bumps package.json 1.1.2 -> 1.2.1 to match the published artifact. Refs #522, jsonresume/jsonresume.org#275
1 parent 50798e3 commit 63aa369

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@jsonresume/schema",
3-
"version": "1.1.2",
3+
"version": "1.2.1",
44
"description": "JSON Resume Schema",
55
"private": false,
66
"main": "validator.js",

0 commit comments

Comments
 (0)