Skip to content

Commit 3036750

Browse files
committed
chore(release): 0.0.27
1 parent 2672731 commit 3036750

File tree

3 files changed

+6
-3
lines changed

3 files changed

+6
-3
lines changed

CHANGELOG.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
### Features
2+
3+
* implement automatic test file detection and allow unrestricted imports for test files ([2672731](https://github.com/andrewmolyuk/eslint-plugin-vue-modular/commit/2672731577cd6dc0a5deba5c16fefe2a04508064))

package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "eslint-plugin-vue-modular",
33
"type": "module",
4-
"version": "0.0.26",
4+
"version": "0.0.27",
55
"description": "ESLint plugin for checking and maintaining architecture boundaries in Vue 3 modular applications.",
66
"main": "src/index.js",
77
"repository": {

0 commit comments

Comments
 (0)