Skip to content
This repository was archived by the owner on Feb 6, 2026. It is now read-only.

Commit 2bbfa7e

Browse files
chore(release): 0.10.0
# [0.10.0](v0.9.0...v0.10.0) (2020-12-30) ### Bug Fixes * add missing github-markup dependencies to dockerfile ([b5fb88a](b5fb88a)) * file-hash now accepts legacy configuration format ([d509274](d509274)) * fix broken link behavrior with files in subdirectories ([6c14db9](6c14db9)) * fix pathing issues and succeed/fail criteria with no files found ([c0c101b](c0c101b)) * remove Object.fromEntries for node 10 support ([0644374](0644374)) * update dockerfile to reconfigure bundle which (may) have caused some bugs on linux ([889da3e](889da3e)) * upgrade broken-link-checker to add node 10 support ([4f00b33](4f00b33)) * upgrade ruby gems to latest version ([e36c10a](e36c10a)) ### Features * finalize no broken links rule and dockerfile ([c1b1f72](c1b1f72)) * update dockerfile to reflect new dependencies ([c256af7](c256af7)) * **no-broken-links:** add option to pass or not pass in external links ([aaa92f8](aaa92f8)) * switch to fork of broken-link-checker ([7df3086](7df3086)) * WIP adding a broken link checker rule ([9e8bb98](9e8bb98))
1 parent 7e898c0 commit 2bbfa7e

File tree

3 files changed

+25
-2
lines changed

3 files changed

+25
-2
lines changed

CHANGELOG.md

Lines changed: 23 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,26 @@
1+
# [0.10.0](https://github.com/todogroup/repolinter/compare/v0.9.0...v0.10.0) (2020-12-30)
2+
3+
4+
### Bug Fixes
5+
6+
* add missing github-markup dependencies to dockerfile ([b5fb88a](https://github.com/todogroup/repolinter/commit/b5fb88ad4c763dcb2c693a2a41b7ce3b2f183bcf))
7+
* file-hash now accepts legacy configuration format ([d509274](https://github.com/todogroup/repolinter/commit/d50927423c965054d154adb56aaf1c48db778182))
8+
* fix broken link behavrior with files in subdirectories ([6c14db9](https://github.com/todogroup/repolinter/commit/6c14db9fb7348fd42b72bc4ffc4ef7e4d6376409))
9+
* fix pathing issues and succeed/fail criteria with no files found ([c0c101b](https://github.com/todogroup/repolinter/commit/c0c101b2871abb4df584b6ce6cb76aeda3c8eb0a))
10+
* remove Object.fromEntries for node 10 support ([0644374](https://github.com/todogroup/repolinter/commit/0644374c596f4e770e1d440f3980cd760ef9aa82))
11+
* update dockerfile to reconfigure bundle which (may) have caused some bugs on linux ([889da3e](https://github.com/todogroup/repolinter/commit/889da3ebf7475073726799a48b2a370798244af0))
12+
* upgrade broken-link-checker to add node 10 support ([4f00b33](https://github.com/todogroup/repolinter/commit/4f00b33c0e27d8a6bdad7c4ca6e00fe57ec94d90))
13+
* upgrade ruby gems to latest version ([e36c10a](https://github.com/todogroup/repolinter/commit/e36c10a9755a09c538d5dcc483c30f2e1b73c91a))
14+
15+
16+
### Features
17+
18+
* finalize no broken links rule and dockerfile ([c1b1f72](https://github.com/todogroup/repolinter/commit/c1b1f721c788894bb2cb59044fb9740c7f01d9ea))
19+
* update dockerfile to reflect new dependencies ([c256af7](https://github.com/todogroup/repolinter/commit/c256af7cdb682bdd4880577207f40446c8ede640))
20+
* **no-broken-links:** add option to pass or not pass in external links ([aaa92f8](https://github.com/todogroup/repolinter/commit/aaa92f8e083c9e84ab4882f63cb905669f129930))
21+
* switch to fork of broken-link-checker ([7df3086](https://github.com/todogroup/repolinter/commit/7df308645ab883d70da15ac70e054e56a8a5628e))
22+
* WIP adding a broken link checker rule ([9e8bb98](https://github.com/todogroup/repolinter/commit/9e8bb98e34f55a52359fbbfa1a85071d9548f4d1))
23+
124
# Changelog
225

326
## 1.0.0

package-lock.json

Lines changed: 1 addition & 1 deletion
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,6 +1,6 @@
11
{
22
"name": "repolinter",
3-
"version": "0.9.0",
3+
"version": "0.10.0",
44
"description": "Lint open source repositories",
55
"main": "index.js",
66
"types": "index.d.ts",

0 commit comments

Comments
 (0)