Skip to content

Commit

Permalink
chore: release remark-preset-prettier v1.0.0 (#63)
Browse files Browse the repository at this point in the history
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
  • Loading branch information
github-actions[bot] and github-actions[bot] committed Aug 14, 2021
1 parent 965cdcb commit 8710fc1
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 10 deletions.
9 changes: 0 additions & 9 deletions .changeset/late-paws-battle.md

This file was deleted.

10 changes: 10 additions & 0 deletions CHANGELOG.md
@@ -1,5 +1,15 @@
# Changelog

## 1.0.0

### Major Changes

- [#62](https://github.com/JounQin/remark-preset-prettier/pull/62) [`965cdcb`](https://github.com/JounQin/remark-preset-prettier/commit/965cdcb7d91eac8c73dc304ea43ab9f079299d26) Thanks [@JounQin](https://github.com/JounQin)! - feat: support native esm plugins

If you're not ready for native esm or latest `remark-lint` plugins, please use versions `<1`, see [#61](https://github.com/JounQin/remark-preset-prettier/issues/61) for more details.

Or you can try something like [`yarn-deduplicate`](https://github.com/atlassian/yarn-deduplicate) with `yarn-deduplicate --strategy fewer` without guarantee.

## 0.5.1

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion package.json
@@ -1,6 +1,6 @@
{
"name": "remark-preset-prettier",
"version": "0.5.1",
"version": "1.0.0",
"type": "module",
"description": "Turns off all rules that are unnecessary or might conflict with Prettier.",
"repository": "git@github.com:JounQin/remark-preset-prettier.git",
Expand Down

0 comments on commit 8710fc1

Please sign in to comment.