From 20c46015ad14c42bcd119317bfdfe0234278ca08 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Sat, 7 Aug 2021 08:51:41 +0800 Subject: [PATCH] chore: release remark-preset-prettier v0.5.0 (#57) Co-authored-by: github-actions[bot] Co-authored-by: JounQin --- .changeset/three-jobs-grow.md | 5 ----- CHANGELOG.md | 27 ++++++++++++--------------- package.json | 2 +- 3 files changed, 13 insertions(+), 21 deletions(-) delete mode 100644 .changeset/three-jobs-grow.md diff --git a/.changeset/three-jobs-grow.md b/.changeset/three-jobs-grow.md deleted file mode 100644 index 5b1f0e5b..00000000 --- a/.changeset/three-jobs-grow.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"remark-preset-prettier": minor ---- - -feat: migrate to native esm diff --git a/CHANGELOG.md b/CHANGELOG.md index eeb194e5..27868bc3 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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)) diff --git a/package.json b/package.json index ddc9dfd0..4e7bc14c 100644 --- a/package.json +++ b/package.json @@ -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": "git@github.com:JounQin/remark-preset-prettier.git", "author": "JounQin ",