-
-
Notifications
You must be signed in to change notification settings - Fork 112
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- [email protected] - [email protected] - [email protected] - [email protected] - [email protected] - [email protected] - [email protected]
- Loading branch information
Showing
14 changed files
with
71 additions
and
10 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -3,6 +3,12 @@ | |
All notable changes to this project will be documented in this file. | ||
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. | ||
|
||
# [0.2.0](https://github.com/egoist/saber/compare/[email protected]@0.2.0) (2019-04-09) | ||
|
||
### Bug Fixes | ||
|
||
- **create-blog:** update npm scripts ([7e364f6](https://github.com/egoist/saber/commit/7e364f6)) | ||
|
||
## [0.1.9](https://github.com/egoist/saber/compare/[email protected]@0.1.9) (2019-03-31) | ||
|
||
### Bug Fixes | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
{ | ||
"name": "create-blog", | ||
"version": "0.1.10", | ||
"version": "0.2.0", | ||
"bin": "cli.js", | ||
"files": [ | ||
"cli.js", | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -3,6 +3,12 @@ | |
All notable changes to this project will be documented in this file. | ||
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. | ||
|
||
# [0.2.0](https://github.com/egoist/saber/compare/[email protected]@0.2.0) (2019-04-09) | ||
|
||
### Features | ||
|
||
- output fewer logs ([d3a68ea](https://github.com/egoist/saber/commit/d3a68ea)) | ||
|
||
## [0.1.2](https://github.com/egoist/saber/compare/[email protected]@0.1.2) (2019-02-15) | ||
|
||
**Note:** Version bump only for package saber-highlighter-prism | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -3,6 +3,16 @@ | |
All notable changes to this project will be documented in this file. | ||
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. | ||
|
||
# [0.2.0](https://github.com/egoist/saber/compare/[email protected]@0.2.0) (2019-04-09) | ||
|
||
### Bug Fixes | ||
|
||
- **logger:** set log level properly ([251125d](https://github.com/egoist/saber/commit/251125d)) | ||
|
||
### Features | ||
|
||
- output fewer logs ([d3a68ea](https://github.com/egoist/saber/commit/d3a68ea)) | ||
|
||
## [0.1.1](https://github.com/egoist/saber/compare/[email protected]@0.1.1) (2019-02-13) | ||
|
||
**Note:** Version bump only for package saber-log | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
{ | ||
"name": "saber-log", | ||
"version": "0.1.1", | ||
"version": "0.2.0", | ||
"files": [ | ||
"index.js", | ||
"colors.js" | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -3,6 +3,10 @@ | |
All notable changes to this project will be documented in this file. | ||
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. | ||
|
||
# [0.2.0](https://github.com/egoist/saber/compare/[email protected]@0.2.0) (2019-04-09) | ||
|
||
**Note:** Version bump only for package saber-plugin-generate-feed | ||
|
||
## [0.1.2](https://github.com/egoist/saber/compare/[email protected]@0.1.2) (2019-04-01) | ||
|
||
### Bug Fixes | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -3,6 +3,17 @@ | |
All notable changes to this project will be documented in this file. | ||
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. | ||
|
||
# [0.1.0](https://github.com/egoist/saber/compare/[email protected]@0.1.0) (2019-04-09) | ||
|
||
### Bug Fixes | ||
|
||
- **query-posts:** slugify tag name ([5d1b378](https://github.com/egoist/saber/commit/5d1b378)) | ||
|
||
### Features | ||
|
||
- support categories ([0bb9dbb](https://github.com/egoist/saber/commit/0bb9dbb)) | ||
- **query-posts:** allow to customize the permalink template for category and tag pages ([12d5546](https://github.com/egoist/saber/commit/12d5546)) | ||
|
||
## [0.0.7](https://github.com/egoist/saber/compare/[email protected]@0.0.7) (2019-03-31) | ||
|
||
### Bug Fixes | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
{ | ||
"name": "saber-plugin-query-posts", | ||
"version": "0.0.7", | ||
"version": "0.1.0", | ||
"files": [ | ||
"lib" | ||
], | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -3,6 +3,10 @@ | |
All notable changes to this project will be documented in this file. | ||
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. | ||
|
||
# [0.1.0](https://github.com/egoist/saber/compare/[email protected]@0.1.0) (2019-04-09) | ||
|
||
**Note:** Version bump only for package saber-utils | ||
|
||
## [0.0.4](https://github.com/egoist/saber/compare/[email protected]@0.0.4) (2019-03-27) | ||
|
||
**Note:** Version bump only for package saber-utils | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
{ | ||
"name": "saber-utils", | ||
"version": "0.0.4", | ||
"version": "0.1.0", | ||
"files": [ | ||
"dist", | ||
"index.js", | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -3,6 +3,26 @@ | |
All notable changes to this project will be documented in this file. | ||
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. | ||
|
||
# [0.4.0](https://github.com/egoist/saber/compare/[email protected]@0.4.0) (2019-04-09) | ||
|
||
### Bug Fixes | ||
|
||
- host name ([cc6edb3](https://github.com/egoist/saber/commit/cc6edb3)) | ||
- lazy page compilation ([163e3e6](https://github.com/egoist/saber/commit/163e3e6)) | ||
- transform renderer app ([5a0d53d](https://github.com/egoist/saber/commit/5a0d53d)) | ||
- update types ([41c774a](https://github.com/egoist/saber/commit/41c774a)) | ||
- use the pathname only ([34316d2](https://github.com/egoist/saber/commit/34316d2)) | ||
- **dependency:** update joycon ([cb55e1e](https://github.com/egoist/saber/commit/cb55e1e)) | ||
|
||
### Features | ||
|
||
- add chainMarkdown hook ([9891c0a](https://github.com/egoist/saber/commit/9891c0a)) | ||
- build page on demand ([#50](https://github.com/egoist/saber/issues/50)) ([9acc0ea](https://github.com/egoist/saber/commit/9acc0ea)) | ||
- deprecate saber generate in favor of saber build ([22270f8](https://github.com/egoist/saber/commit/22270f8)) | ||
- display a message on SIGINT ([0c217b0](https://github.com/egoist/saber/commit/0c217b0)) | ||
- output fewer logs ([d3a68ea](https://github.com/egoist/saber/commit/d3a68ea)) | ||
- watch and reload saber-node.js again ([e624178](https://github.com/egoist/saber/commit/e624178)) | ||
|
||
## [0.3.7](https://github.com/egoist/saber/compare/[email protected]@0.3.7) (2019-04-05) | ||
|
||
### Bug Fixes | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters