From 52fdadeed4b0a07d92e53de3ed27ff9531440209 Mon Sep 17 00:00:00 2001 From: Joshua Tzucker Date: Fri, 24 Dec 2021 22:32:12 -0800 Subject: [PATCH] Chore: Bump version, release `v3.2.2` --- README.md | 1 + package-lock.json | 4 ++-- package.json | 2 +- 3 files changed, 4 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index efc3a50..b76d65a 100644 --- a/README.md +++ b/README.md @@ -118,6 +118,7 @@ If I'm trying to assist you in solving an issue with this tool, I might have you Date | Release | Notes --- | --- | --- +12/24/2021 | 3.2.2 | Fix: Broken endpoints (see [#63](https://github.com/joshuatz/linkedin-to-jsonresume/issues/63)) 11/14/2021 | 3.2.1 | Fix: Some profiles missing full language proficiency extraction (see [#59](https://github.com/joshuatz/linkedin-to-jsonresume/issues/59))
Fix: Missing Education (regression) (see [#60](https://github.com/joshuatz/linkedin-to-jsonresume/issues/60)) 11/7/2021 | 3.2.0 | Improve/Fix: Include location in work positions (see [#58](https://github.com/joshuatz/linkedin-to-jsonresume/issues/58)) 11/7/2021 | 3.1.0 | Fix: Incorrect sorting of volunteer positions (see [#55](https://github.com/joshuatz/linkedin-to-jsonresume/issues/55))
Fix: Missing Certificates (see [#59](https://github.com/joshuatz/linkedin-to-jsonresume/issues/59))
Improve/Fix: Extract Language proficiencies / languages (see [#59](https://github.com/joshuatz/linkedin-to-jsonresume/issues/59))
Improve: Cleanup, README update diff --git a/package-lock.json b/package-lock.json index 76df828..6a63693 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "linkedin-to-json-resume-exporter", - "version": "3.2.1", + "version": "3.2.2", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "linkedin-to-json-resume-exporter", - "version": "3.2.1", + "version": "3.2.2", "license": "MIT", "dependencies": { "@dan/vcards": "^2.10.0" diff --git a/package.json b/package.json index 113c650..0954af9 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "linkedin-to-json-resume-exporter", - "version": "3.2.1", + "version": "3.2.2", "description": "Browser tool to grab details from your open LinkedIn profile page and export to JSON Resume Schema", "private": true, "main": "src/main.js",