File tree 4 files changed +14
-3
lines changed
4 files changed +14
-3
lines changed Original file line number Diff line number Diff line change
1
+ . *
2
+ bin /
3
+ src /
4
+ jest.setup.ts
Original file line number Diff line number Diff line change @@ -6,6 +6,12 @@ The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/) a
6
6
7
7
## [ Unreleased]
8
8
9
+ ## [ 0.7.1] - 2021-07-15
10
+
11
+ ### Changed
12
+
13
+ - Reduce overall bundle size by ignoring a lot more files in ` .npmignore ` .
14
+
9
15
## [ 0.7.0] - 2021-07-15
10
16
11
17
### Added
@@ -104,7 +110,8 @@ The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/) a
104
110
105
111
- Initial release 🎉.
106
112
107
- [ unreleased ] : https://github.com/vue-a11y/eslint-plugin-vuejs-accessibility/compare/v0.7.0...HEAD
113
+ [ unreleased ] : https://github.com/vue-a11y/eslint-plugin-vuejs-accessibility/compare/v0.7.1...HEAD
114
+ [ 0.7.1 ] : https://github.com/vue-a11y/eslint-plugin-vuejs-accessibility/compare/v0.7.0...v0.7.1
108
115
[ 0.7.0 ] : https://github.com/vue-a11y/eslint-plugin-vuejs-accessibility/compare/v0.6.2...v0.7.0
109
116
[ 0.6.2 ] : https://github.com/vue-a11y/eslint-plugin-vuejs-accessibility/compare/v0.6.1...v0.6.2
110
117
[ 0.6.1 ] : https://github.com/vue-a11y/eslint-plugin-vuejs-accessibility/compare/v0.6.0...v0.6.1
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " eslint-plugin-vuejs-accessibility" ,
3
- "version" : " 0.7.0 " ,
3
+ "version" : " 0.7.1 " ,
4
4
"description" : " An eslint plugin for checking Vue.js files for accessibility" ,
5
5
"main" : " dist/index.js" ,
6
6
"scripts" : {
Original file line number Diff line number Diff line change 1
1
{
2
2
"extends" : " ./tsconfig.json" ,
3
- "exclude" : [" bin" , " src/rules /__tests__" , " jest.setup.ts" ]
3
+ "exclude" : [" bin" , " src/** /__tests__" , " jest.setup.ts" ]
4
4
}
You can’t perform that action at this time.
0 commit comments