Skip to content

Commit

Permalink
release: 2.0.1 (#6)
Browse files Browse the repository at this point in the history
Signed-off-by: Lexus Drumgold <[email protected]>
  • Loading branch information
unicornware authored Jan 1, 2023
1 parent 76ea054 commit 907c29d
Show file tree
Hide file tree
Showing 2 changed files with 38 additions and 1 deletion.
37 changes: 37 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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)


Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@flex-development/import-regex",
"description": "Import statement regex",
"version": "2.0.0",
"version": "2.0.1",
"keywords": [
"dynamic",
"ecmascript",
Expand Down

0 comments on commit 907c29d

Please sign in to comment.