isml-linter 5.40.1 → 5.40.2
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/.gitattributes +1 -0
- package/CHANGELOG.md +9 -1
- package/package.json +1 -1
package/.gitattributes
ADDED
|
@@ -0,0 +1 @@
|
|
|
1
|
+
bin/isml-linter.js text eol=lf
|
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,11 @@
|
|
|
1
1
|
# Changelog
|
|
2
2
|
|
|
3
|
+
|
|
4
|
+
## [5.40.2] - 2022-09-05
|
|
5
|
+
|
|
6
|
+
### Fixed
|
|
7
|
+
- [Issue #35][issue#35] - Set bin file linebreak to LF;
|
|
8
|
+
|
|
3
9
|
## [5.40.1] - 2022-09-01
|
|
4
10
|
|
|
5
11
|
### Fixed
|
|
@@ -1017,7 +1023,8 @@
|
|
|
1017
1023
|
### Added
|
|
1018
1024
|
- Linter is published;
|
|
1019
1025
|
|
|
1020
|
-
[5.40.
|
|
1026
|
+
[5.40.2]: https://github.com/FabiowQuixada/isml-linter/compare/v5.40.1...v5.40.2
|
|
1027
|
+
[5.40.1]: https://github.com/FabiowQuixada/isml-linter/compare/v5.40.0...v5.40.1
|
|
1021
1028
|
[5.40.0]: https://github.com/FabiowQuixada/isml-linter/compare/v5.39.4...v5.40.0
|
|
1022
1029
|
[5.39.4]: https://github.com/FabiowQuixada/isml-linter/compare/v5.39.3...v5.39.4
|
|
1023
1030
|
[5.39.3]: https://github.com/FabiowQuixada/isml-linter/compare/v5.39.2...v5.39.3
|
|
@@ -1169,6 +1176,7 @@
|
|
|
1169
1176
|
[issue#29]: https://github.com/FabiowQuixada/isml-linter/issues/29
|
|
1170
1177
|
[issue#30]: https://github.com/FabiowQuixada/isml-linter/issues/30
|
|
1171
1178
|
[issue#31]: https://github.com/FabiowQuixada/isml-linter/issues/31
|
|
1179
|
+
[issue#35]: https://github.com/FabiowQuixada/isml-linter/issues/35
|
|
1172
1180
|
|
|
1173
1181
|
[cli-docs]: <docs/cli.md>
|
|
1174
1182
|
[api-docs]: <docs/api.md>
|