From 211efd5ee1ef44725a0700d11376ab898664ebe2 Mon Sep 17 00:00:00 2001 From: github-actions-shell Date: Fri, 27 May 2022 07:13:54 +0000 Subject: [PATCH] chore(release): v2.0.0 [skip ci]\n\n## [2.0.0](https://github.com/anolilab/resume-schema/compare/v1.0.0...v2.0.0) (2022-05-27) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit ### ⚠ BREAKING CHANGES * Changed test to use vitest. Added new Github workflows. Fixed and added tests. Added new key to the schema.json. Created typescript type file. ### Performance Improvements * upgraded the lib to the current node standard ([33f53ae](https://github.com/anolilab/resume-schema/commit/33f53ae6f9ac00bd7ed47eb1f2d7cb2e7654841e)) --- CHANGELOG.md | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 34e26c91..8bc3c904 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,14 @@ +## [2.0.0](https://github.com/anolilab/resume-schema/compare/v1.0.0...v2.0.0) (2022-05-27) + + +### ⚠ BREAKING CHANGES + +* Changed test to use vitest. Added new Github workflows. Fixed and added tests. Added new key to the schema.json. Created typescript type file. + +### Performance Improvements + +* upgraded the lib to the current node standard ([33f53ae](https://github.com/anolilab/resume-schema/commit/33f53ae6f9ac00bd7ed47eb1f2d7cb2e7654841e)) + ## [WIP], Version 1.0.0