From 907c29d9d9448db4e5f459400ab97657bad42232 Mon Sep 17 00:00:00 2001 From: Lex Date: Sun, 1 Jan 2023 16:27:01 -0500 Subject: [PATCH] release: 2.0.1 (#6) Signed-off-by: Lexus Drumgold --- CHANGELOG.md | 37 +++++++++++++++++++++++++++++++++++++ package.json | 2 +- 2 files changed, 38 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 62d95f2..01f47fd 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,40 @@ +## [2.0.1](https://github.com/flex-development/import-regex/compare/2.0.0...2.0.1) (2023-01-01) + + +### :package: Build + +* **yarn:** bump yarn from 4.0.0-rc.14 to 4.0.0-rc.34 ([88dfd2a](https://github.com/flex-development/import-regex/commit/88dfd2af331a722cd51cf5210b39bbadf50f9e25)) + + +### :robot: Continuous Integration + +* [[@dependabot](https://github.com/dependabot)] fix npm package-ecosystem x yarn integration ([76ea054](https://github.com/flex-development/import-regex/commit/76ea0544a9dd8e4d39341ef3c056cc423f176a88)) +* **workflows:** [`add-to-project`] add items from repo admin account ([92d9465](https://github.com/flex-development/import-regex/commit/92d9465f538010ce2fecc98bcfaaacbed2c5c576)) +* **workflows:** [`ci`] upload coverage report to codecov ([1fff40f](https://github.com/flex-development/import-regex/commit/1fff40f22a86f353cc6231822341fda9cbf782b0)) +* **workflows:** [`publish`] cleanup registry scope ([ef72f42](https://github.com/flex-development/import-regex/commit/ef72f4214b954c3afb14e2893c3c295b625d108f)) +* **workflows:** [`publish`] use node version file ([c9f342f](https://github.com/flex-development/import-regex/commit/c9f342f1ded421ee1140fb446015d05369abe35c)) + + +### :pencil: Documentation + +* add "contributor covenant code of conduct" ([6ff3277](https://github.com/flex-development/import-regex/commit/6ff3277a0ca2ce0252f02724f1acf6befe8e5fb1)) + + +### :bug: Fixes + +* **install:** [git] make `postinstall` script work with git install ([e54b74b](https://github.com/flex-development/import-regex/commit/e54b74b0b43184c86f4c15107c554bfd069cc00c)) +* **regex:** [static] only match top-level statements ([8a7c94f](https://github.com/flex-development/import-regex/commit/8a7c94f7ffd00028400387fa8a27e0e5978f14cc)) + + +### :house_with_garden: Housekeeping + +* update project architecture ([fc71794](https://github.com/flex-development/import-regex/commit/fc717949d4db8e0db0dee7472c5e600e01898881)) +* **github:** add commit scope `install` ([db9e391](https://github.com/flex-development/import-regex/commit/db9e391bd37bd70cf88463f7c6fdc657b1dae891)) +* **github:** add label `scope:install` ([e918348](https://github.com/flex-development/import-regex/commit/e918348423bd0d97522d20be1ddaed374f165e31)) +* **github:** add label `status:triaged` ([6415d4b](https://github.com/flex-development/import-regex/commit/6415d4bc311f68fddf9dc7a59c52e23126270eb4)) +* **tests:** codecov integration ([ca8c77b](https://github.com/flex-development/import-regex/commit/ca8c77b90e2b0124942faa88ae25a52145eaef4d)) +* **vscode:** update settings ([c3bda83](https://github.com/flex-development/import-regex/commit/c3bda8342bc6aa6da5734a06f1dc3b9c9e0ebb15)) + ## [2.0.0](https://github.com/flex-development/import-regex/compare/1.0.1...2.0.0) (2022-12-20) diff --git a/package.json b/package.json index bd73c27..41a778a 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "@flex-development/import-regex", "description": "Import statement regex", - "version": "2.0.0", + "version": "2.0.1", "keywords": [ "dynamic", "ecmascript",