Skip to content

Commit

Permalink
chore(release): 0.10.0
Browse files Browse the repository at this point in the history
# [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))
  • Loading branch information
semantic-release-bot committed Dec 30, 2020
1 parent 7e898c0 commit 2bbfa7e
Show file tree
Hide file tree
Showing 3 changed files with 25 additions and 2 deletions.
23 changes: 23 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,26 @@
# [0.10.0](https://github.com/todogroup/repolinter/compare/v0.9.0...v0.10.0) (2020-12-30)


### Bug Fixes

* add missing github-markup dependencies to dockerfile ([b5fb88a](https://github.com/todogroup/repolinter/commit/b5fb88ad4c763dcb2c693a2a41b7ce3b2f183bcf))
* file-hash now accepts legacy configuration format ([d509274](https://github.com/todogroup/repolinter/commit/d50927423c965054d154adb56aaf1c48db778182))
* fix broken link behavrior with files in subdirectories ([6c14db9](https://github.com/todogroup/repolinter/commit/6c14db9fb7348fd42b72bc4ffc4ef7e4d6376409))
* fix pathing issues and succeed/fail criteria with no files found ([c0c101b](https://github.com/todogroup/repolinter/commit/c0c101b2871abb4df584b6ce6cb76aeda3c8eb0a))
* remove Object.fromEntries for node 10 support ([0644374](https://github.com/todogroup/repolinter/commit/0644374c596f4e770e1d440f3980cd760ef9aa82))
* update dockerfile to reconfigure bundle which (may) have caused some bugs on linux ([889da3e](https://github.com/todogroup/repolinter/commit/889da3ebf7475073726799a48b2a370798244af0))
* upgrade broken-link-checker to add node 10 support ([4f00b33](https://github.com/todogroup/repolinter/commit/4f00b33c0e27d8a6bdad7c4ca6e00fe57ec94d90))
* upgrade ruby gems to latest version ([e36c10a](https://github.com/todogroup/repolinter/commit/e36c10a9755a09c538d5dcc483c30f2e1b73c91a))


### Features

* finalize no broken links rule and dockerfile ([c1b1f72](https://github.com/todogroup/repolinter/commit/c1b1f721c788894bb2cb59044fb9740c7f01d9ea))
* update dockerfile to reflect new dependencies ([c256af7](https://github.com/todogroup/repolinter/commit/c256af7cdb682bdd4880577207f40446c8ede640))
* **no-broken-links:** add option to pass or not pass in external links ([aaa92f8](https://github.com/todogroup/repolinter/commit/aaa92f8e083c9e84ab4882f63cb905669f129930))
* switch to fork of broken-link-checker ([7df3086](https://github.com/todogroup/repolinter/commit/7df308645ab883d70da15ac70e054e56a8a5628e))
* WIP adding a broken link checker rule ([9e8bb98](https://github.com/todogroup/repolinter/commit/9e8bb98e34f55a52359fbbfa1a85071d9548f4d1))

# Changelog

## 1.0.0
Expand Down
2 changes: 1 addition & 1 deletion package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "repolinter",
"version": "0.9.0",
"version": "0.10.0",
"description": "Lint open source repositories",
"main": "index.js",
"types": "index.d.ts",
Expand Down

0 comments on commit 2bbfa7e

Please sign in to comment.