Skip to content

Commit

Permalink
Merge pull request #52 from pastak/bump-remark
Browse files Browse the repository at this point in the history
Bump remark
  • Loading branch information
pastak authored Nov 26, 2020
2 parents fa438ae + ca5cbb0 commit 7b993db
Show file tree
Hide file tree
Showing 24 changed files with 10,656 additions and 4,522 deletions.
12 changes: 12 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,18 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

# [5.1.0](https://github.com/pastak/scrapbox-converter/compare/v5.0.0...v5.1.0) (2020-11-26)


### Features

* bump remark v13 and install remark-gfm ([66dd5cd](https://github.com/pastak/scrapbox-converter/commit/66dd5cdd4b743dcdc733b047ed9caf9d43f1904d))
* nested list ([53245db](https://github.com/pastak/scrapbox-converter/commit/53245db08792871444ababab290d533eff91a611))





# [5.0.0](https://github.com/pastak/scrapbox-converter/compare/v4.0.5...v5.0.0) (2020-05-11)


Expand Down
2 changes: 1 addition & 1 deletion lerna.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,5 +2,5 @@
"packages": [
"packages/*"
],
"version": "5.0.0"
"version": "5.1.0"
}
8 changes: 8 additions & 0 deletions packages/enex2sb/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,14 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

# [5.1.0](https://github.com/pastak/scrapbox-converter/compare/v5.0.0...v5.1.0) (2020-11-26)

**Note:** Version bump only for package enex2sb





# [5.0.0](https://github.com/pastak/scrapbox-converter/compare/v4.0.5...v5.0.0) (2020-05-11)


Expand Down
2 changes: 1 addition & 1 deletion packages/enex2sb/package-lock.json

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

4 changes: 2 additions & 2 deletions packages/enex2sb/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "enex2sb",
"version": "5.0.0",
"version": "5.1.0",
"main": "dist/index.js",
"files": [
"dist"
Expand All @@ -27,7 +27,7 @@
"commander": "^5.1.0",
"gyazo-api": "^0.3.1",
"gyazo-browser-upload": "^1.0.0",
"html2sb-compiler": "^5.0.0",
"html2sb-compiler": "^5.1.0",
"into-stream": "^3.1.0",
"ts-node": "^8.10.1"
},
Expand Down
8 changes: 8 additions & 0 deletions packages/html2sb-compiler/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,14 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

# [5.1.0](https://github.com/pastak/scrapbox-converter/compare/v5.0.0...v5.1.0) (2020-11-26)

**Note:** Version bump only for package html2sb-compiler





# [5.0.0](https://github.com/pastak/scrapbox-converter/compare/v4.0.5...v5.0.0) (2020-05-11)


Expand Down
2 changes: 1 addition & 1 deletion packages/html2sb-compiler/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 packages/html2sb-compiler/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "html2sb-compiler",
"version": "5.0.0",
"version": "5.1.0",
"main": "./dist/index.js",
"files": [
"dist"
Expand Down
8 changes: 8 additions & 0 deletions packages/html2sb/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,14 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

# [5.1.0](https://github.com/pastak/scrapbox-converter/compare/v5.0.0...v5.1.0) (2020-11-26)

**Note:** Version bump only for package html2sb





# [5.0.0](https://github.com/pastak/scrapbox-converter/compare/v4.0.5...v5.0.0) (2020-05-11)


Expand Down
2 changes: 1 addition & 1 deletion packages/html2sb/package-lock.json

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

6 changes: 3 additions & 3 deletions packages/html2sb/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "html2sb",
"version": "5.0.0",
"version": "5.1.0",
"files": [
"dist"
],
Expand All @@ -26,8 +26,8 @@
"dependencies": {
"@types/node": "^13.13.4",
"commander": "^5.1.0",
"enex2sb": "^5.0.0",
"html2sb-compiler": "^5.0.0"
"enex2sb": "^5.1.0",
"html2sb-compiler": "^5.1.0"
},
"devDependencies": {
"@ava/typescript": "^1.1.1",
Expand Down
12 changes: 12 additions & 0 deletions packages/md2sb/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,18 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

# [5.1.0](https://github.com/pastak/scrapbox-converter/compare/v5.0.0...v5.1.0) (2020-11-26)


### Features

* bump remark v13 and install remark-gfm ([66dd5cd](https://github.com/pastak/scrapbox-converter/commit/66dd5cdd4b743dcdc733b047ed9caf9d43f1904d))
* nested list ([53245db](https://github.com/pastak/scrapbox-converter/commit/53245db08792871444ababab290d533eff91a611))





# [5.0.0](https://github.com/pastak/scrapbox-converter/compare/v4.0.5...v5.0.0) (2020-05-11)


Expand Down
Loading

0 comments on commit 7b993db

Please sign in to comment.