Skip to content

Commit d4a0a4b

Browse files
committed
Add CHANGELOG
1 parent e641ebd commit d4a0a4b

File tree

2 files changed

+7
-0
lines changed

2 files changed

+7
-0
lines changed

CHANGELOG.md

+6
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
## [v0.6.0] - 2020-10-06
2+
3+
- Added [Scopes](https://github.com/joshuajaco/eslint-plugin-workspaces/blob/master/docs/rules/no-cross-imports.md#scopes) -- a way to partially allow imports across workspace boundaries ([@tobilen](https://github.com/tobilen) in [#8](https://github.com/joshuajaco/eslint-plugin-workspaces/pull/8))
4+
- Added this CHANGELOG file
5+
6+
[v0.6.0]: https://github.com/joshuajaco/eslint-plugin-workspaces/compare/v0.5.5...v0.6.0

package.json

+1
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,7 @@
1616
],
1717
"files": [
1818
"lib/",
19+
"CHANGELOG.md",
1920
"README.md",
2021
"LICENSE"
2122
],

0 commit comments

Comments
 (0)