Skip to content
This repository has been archived by the owner on Dec 21, 2019. It is now read-only.

Commit

Permalink
Publish
Browse files Browse the repository at this point in the history
 - remark-lint-are-links-valid-alive@0.2.0
 - remark-lint-are-links-valid-core@0.2.0
 - remark-lint-are-links-valid-duplicate@0.2.0
  • Loading branch information
sobolevn committed Aug 7, 2017
1 parent c56bbd8 commit 7157b83
Show file tree
Hide file tree
Showing 6 changed files with 41 additions and 5 deletions.
12 changes: 12 additions & 0 deletions packages/alive/CHANGELOG.md
@@ -0,0 +1,12 @@
# Change Log

All notable changes to this project will be documented in this file.
See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines.

<a name="0.2.0"></a>
# [0.2.0](https://github.com/wemake-services/remark-lint-are-links-valid/compare/remark-lint-are-links-valid-alive@0.1.1...remark-lint-are-links-valid-alive@0.2.0) (2017-08-07)


### Features

* **documentation:** adds README for every package ([c56bbd8](https://github.com/wemake-services/remark-lint-are-links-valid/commit/c56bbd8))
4 changes: 2 additions & 2 deletions packages/alive/package.json
@@ -1,14 +1,14 @@
{
"name": "remark-lint-are-links-valid-alive",
"version": "0.1.1",
"version": "0.2.0",
"description": "Checks if links are still alive",
"main": "index.js",
"scripts": {
"build": "../../node_modules/.bin/rollup -c ../../rollup.config.js -i src.js -o index.js"
},
"dependencies": {
"broken-link-checker": "^0.7.6",
"remark-lint-are-links-valid-core": "^0.1.0"
"remark-lint-are-links-valid-core": "^0.2.0"
},
"repository": {
"type": "git",
Expand Down
12 changes: 12 additions & 0 deletions packages/core/CHANGELOG.md
@@ -0,0 +1,12 @@
# Change Log

All notable changes to this project will be documented in this file.
See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines.

<a name="0.2.0"></a>
# [0.2.0](https://github.com/wemake-services/remark-lint-are-links-valid/compare/remark-lint-are-links-valid-core@0.1.0...remark-lint-are-links-valid-core@0.2.0) (2017-08-07)


### Features

* **documentation:** adds README for every package ([c56bbd8](https://github.com/wemake-services/remark-lint-are-links-valid/commit/c56bbd8))
2 changes: 1 addition & 1 deletion packages/core/package.json
@@ -1,6 +1,6 @@
{
"name": "remark-lint-are-links-valid-core",
"version": "0.1.0",
"version": "0.2.0",
"description": "Checks if links are valid",
"main": "index.js",
"scripts": {
Expand Down
12 changes: 12 additions & 0 deletions packages/duplicate/CHANGELOG.md
@@ -0,0 +1,12 @@
# Change Log

All notable changes to this project will be documented in this file.
See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines.

<a name="0.2.0"></a>
# [0.2.0](https://github.com/wemake-services/remark-lint-are-links-valid/compare/remark-lint-are-links-valid-duplicate@0.1.1...remark-lint-are-links-valid-duplicate@0.2.0) (2017-08-07)


### Features

* **documentation:** adds README for every package ([c56bbd8](https://github.com/wemake-services/remark-lint-are-links-valid/commit/c56bbd8))
4 changes: 2 additions & 2 deletions packages/duplicate/package.json
@@ -1,13 +1,13 @@
{
"name": "remark-lint-are-links-valid-duplicate",
"version": "0.1.1",
"version": "0.2.0",
"description": "Checks if links are unique",
"main": "index.js",
"scripts": {
"build": "../../node_modules/.bin/rollup -c ../../rollup.config.js -i src.js -o index.js"
},
"dependencies": {
"remark-lint-are-links-valid-core": "^0.1.0"
"remark-lint-are-links-valid-core": "^0.2.0"
},
"repository": {
"type": "git",
Expand Down

0 comments on commit 7157b83

Please sign in to comment.