-
-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
chore: release remark-preset-prettier v0.5.0 (#57)
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com> Co-authored-by: JounQin <[email protected]>
- Loading branch information
1 parent
264b220
commit 20c4601
Showing
3 changed files
with
13 additions
and
21 deletions.
There are no files selected for viewing
This file was deleted.
Oops, something went wrong.
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,54 +1,51 @@ | ||
# Changelog | ||
|
||
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. | ||
## 0.5.0 | ||
|
||
### [0.4.1](https://github.com/JounQin/remark-preset-prettier/compare/v0.4.0...v0.4.1) (2021-03-13) | ||
### Minor Changes | ||
|
||
- [#56](https://github.com/JounQin/remark-preset-prettier/pull/56) [`264b220`](https://github.com/JounQin/remark-preset-prettier/commit/264b220650a9b36d3801202c9894156b1364e12f) Thanks [@JounQin](https://github.com/JounQin)! - feat: migrate to native esm | ||
|
||
### [0.4.1](https://github.com/JounQin/remark-preset-prettier/compare/v0.4.0...v0.4.1) (2021-03-13) | ||
|
||
### Bug Fixes | ||
|
||
* remove unexpected dependencies after upgrading deps ([458c23d](https://github.com/JounQin/remark-preset-prettier/commit/458c23dcb094c38acc0ce02315d73ea7883e30c4)) | ||
- remove unexpected dependencies after upgrading deps ([458c23d](https://github.com/JounQin/remark-preset-prettier/commit/458c23dcb094c38acc0ce02315d73ea7883e30c4)) | ||
|
||
## [0.4.0](https://github.com/JounQin/remark-preset-prettier/compare/v0.3.0...v0.4.0) (2020-01-27) | ||
|
||
|
||
### Bug Fixes | ||
|
||
* revert retextPlugins, add notice about retext-sentence-spacing ([0cdcd18](https://github.com/JounQin/remark-preset-prettier/commit/0cdcd186dcbd4c73c39a454dfe24de37c61a55d8)) | ||
- revert retextPlugins, add notice about retext-sentence-spacing ([0cdcd18](https://github.com/JounQin/remark-preset-prettier/commit/0cdcd186dcbd4c73c39a454dfe24de37c61a55d8)) | ||
|
||
## [0.3.0](https://github.com/JounQin/remark-preset-prettier/compare/v0.2.2...v0.3.0) (2020-01-27) | ||
|
||
|
||
### Features | ||
|
||
* disable style related retext plugins ([dab8e70](https://github.com/JounQin/remark-preset-prettier/commit/dab8e70d2a559b5042553f7c87c7f522cb1de854)) | ||
- disable style related retext plugins ([dab8e70](https://github.com/JounQin/remark-preset-prettier/commit/dab8e70d2a559b5042553f7c87c7f522cb1de854)) | ||
|
||
### [0.2.2](https://github.com/JounQin/remark-preset-prettier/compare/v0.2.1...v0.2.2) (2019-09-25) | ||
|
||
### [0.2.1](https://github.com/JounQin/remark-preset-prettier/compare/v0.2.0...v0.2.1) (2019-09-22) | ||
|
||
|
||
### Bug Fixes | ||
|
||
* **deps:** bump dependencies, simplify build usage ([b39fb14](https://github.com/JounQin/remark-preset-prettier/commit/b39fb14)) | ||
- **deps:** bump dependencies, simplify build usage ([b39fb14](https://github.com/JounQin/remark-preset-prettier/commit/b39fb14)) | ||
|
||
## [0.2.0](https://github.com/JounQin/remark-preset-prettier/compare/v0.1.1...v0.2.0) (2019-09-07) | ||
|
||
|
||
### Features | ||
|
||
* simplify implement by reduce, test with preset-lint-consistent too ([9122f95](https://github.com/JounQin/remark-preset-prettier/commit/9122f95)) | ||
- simplify implement by reduce, test with preset-lint-consistent too ([9122f95](https://github.com/JounQin/remark-preset-prettier/commit/9122f95)) | ||
|
||
### [0.1.1](https://github.com/JounQin/remark-preset-prettier/compare/v0.1.0...v0.1.1) (2019-09-01) | ||
|
||
|
||
### Bug Fixes | ||
|
||
* toc for remark-cli usage incorrect ([1735435](https://github.com/JounQin/remark-preset-prettier/commit/1735435)) | ||
- toc for remark-cli usage incorrect ([1735435](https://github.com/JounQin/remark-preset-prettier/commit/1735435)) | ||
|
||
## 0.1.0 (2019-09-01) | ||
|
||
|
||
### Features | ||
|
||
* first blood, should just work ([ca9ac95](https://github.com/JounQin/remark-preset-prettier/commit/ca9ac95)) | ||
- first blood, should just work ([ca9ac95](https://github.com/JounQin/remark-preset-prettier/commit/ca9ac95)) |
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": "remark-preset-prettier", | ||
"version": "0.4.1", | ||
"version": "0.5.0", | ||
"description": "Turns off all rules that are unnecessary or might conflict with Prettier.", | ||
"repository": "[email protected]:JounQin/remark-preset-prettier.git", | ||
"author": "JounQin <[email protected]>", | ||
|