From e4b7ce44e329453d2e762b7c782d569cd3c914ab Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" Date: Sun, 24 Jul 2022 13:36:24 +0000 Subject: [PATCH] chore: release package(s) --- .changeset/big-coins-yell.md | 5 ----- packages/markup/CHANGELOG.md | 6 ++++++ packages/markup/package.json | 2 +- 3 files changed, 7 insertions(+), 6 deletions(-) delete mode 100644 .changeset/big-coins-yell.md diff --git a/.changeset/big-coins-yell.md b/.changeset/big-coins-yell.md deleted file mode 100644 index 7903afa..0000000 --- a/.changeset/big-coins-yell.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"eslint-plugin-markup": patch ---- - -chore(deps): bump `synckit` diff --git a/packages/markup/CHANGELOG.md b/packages/markup/CHANGELOG.md index cb5df0a..25c76bf 100644 --- a/packages/markup/CHANGELOG.md +++ b/packages/markup/CHANGELOG.md @@ -1,5 +1,11 @@ # eslint-plugin-markup +## 0.10.1 + +### Patch Changes + +- [#75](https://github.com/un-ts/eslint/pull/75) [`5c0ce7b`](https://github.com/un-ts/eslint/commit/5c0ce7bac6393edf3118b242f485e9ad8d0aa3f3) Thanks [@JounQin](https://github.com/JounQin)! - chore(deps): bump `synckit` + ## 0.10.0 ### Minor Changes diff --git a/packages/markup/package.json b/packages/markup/package.json index 1919692..5b8794e 100644 --- a/packages/markup/package.json +++ b/packages/markup/package.json @@ -1,6 +1,6 @@ { "name": "eslint-plugin-markup", - "version": "0.10.0", + "version": "0.10.1", "description": "An incredible ESLint plugin for all markup languages based on markuplint", "repository": "git+https://github.com/un-ts/eslint.git", "homepage": "https://github.com/un-ts/eslint/blob/main/packages/markup",