diff --git a/.changeset/nervous-paws-chew.md b/.changeset/nervous-paws-chew.md deleted file mode 100644 index a8389a6..0000000 --- a/.changeset/nervous-paws-chew.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"eslint-plugin-markup": minor ---- - -feat: support async markuplint API via child_process diff --git a/packages/markup/CHANGELOG.md b/packages/markup/CHANGELOG.md index d9e2a90..0028239 100644 --- a/packages/markup/CHANGELOG.md +++ b/packages/markup/CHANGELOG.md @@ -1,8 +1,13 @@ # eslint-plugin-markup -## 0.1.0 +## 0.2.0 + ### Minor Changes +- [#3](https://github.com/rx-ts/eslint/pull/3) [`a6cf268`](https://github.com/rx-ts/eslint/commit/a6cf26816557eb47a96df4f6dadb5f1e1ed1e282) Thanks [@JounQin](https://github.com/JounQin)! - feat: support async markuplint API via child_process +## 0.1.0 + +### Minor Changes - [`589ca12`](https://github.com/rx-ts/eslint/commit/589ca12548b4f5c31707a5679eb6d29c9e9a5c78) Thanks [@JounQin](https://github.com/JounQin)! - feat: first blood, should just work diff --git a/packages/markup/package.json b/packages/markup/package.json index 8ab0df8..8029369 100644 --- a/packages/markup/package.json +++ b/packages/markup/package.json @@ -1,6 +1,6 @@ { "name": "eslint-plugin-markup", - "version": "0.1.0", + "version": "0.2.0", "description": "An incredible ESLint plugin for all markup languages based on markuplint.", "repository": "git+https://github.com/rx-ts/eslint.git", "homepage": "https://github.com/rx-ts/eslint/blob/main/packages/markup",