Skip to content

Commit ebf3923

Browse files
committed
chore: release package(s)
1 parent 47f100b commit ebf3923

File tree

6 files changed

+51
-4
lines changed

6 files changed

+51
-4
lines changed

CHANGELOG.md

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,24 @@
33
All notable changes to this project will be documented in this file.
44
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

6+
# [1.13.0](https://github.com/mdx-js/eslint-mdx/compare/v1.12.0...v1.13.0) (2021-04-29)
7+
8+
9+
### Bug Fixes
10+
11+
* only apply fix once for the whole file ([#309](https://github.com/mdx-js/eslint-mdx/issues/309)) ([47f100b](https://github.com/mdx-js/eslint-mdx/commit/47f100ba69ee4da5607b7411becc3f1cb340b8b7)), closes [#308](https://github.com/mdx-js/eslint-mdx/issues/308)
12+
13+
14+
### Features
15+
16+
* fallback to async API on processSync error via synckit ([#307](https://github.com/mdx-js/eslint-mdx/issues/307)) ([94a08af](https://github.com/mdx-js/eslint-mdx/commit/94a08af03c9bcea05b7e3e3e0a0d1a9267c9a800))
17+
* performance improvement via cache ([a893aa7](https://github.com/mdx-js/eslint-mdx/commit/a893aa7961d64564be349ee68002287450d1726c))
18+
* use official eslint-plugin-markdown package ([#304](https://github.com/mdx-js/eslint-mdx/issues/304)) ([e6828be](https://github.com/mdx-js/eslint-mdx/commit/e6828bee09259511cbef5020a1f0f7c89bca9dd8))
19+
20+
21+
22+
23+
624
# [1.12.0](https://github.com/mdx-js/eslint-mdx/compare/v1.11.1...v1.12.0) (2021-04-05)
725

826

lerna.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"$schema": "http://json.schemastore.org/lerna",
3-
"version": "1.12.0",
3+
"version": "1.13.0",
44
"npmClient": "yarn",
55
"useWorkspaces": true,
66
"changelog": {

packages/eslint-mdx/CHANGELOG.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,17 @@
33
All notable changes to this project will be documented in this file.
44
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

6+
# [1.13.0](https://github.com/mdx-js/eslint-mdx/compare/v1.12.0...v1.13.0) (2021-04-29)
7+
8+
9+
### Features
10+
11+
* use official eslint-plugin-markdown package ([#304](https://github.com/mdx-js/eslint-mdx/issues/304)) ([e6828be](https://github.com/mdx-js/eslint-mdx/commit/e6828bee09259511cbef5020a1f0f7c89bca9dd8))
12+
13+
14+
15+
16+
617
# [1.12.0](https://github.com/mdx-js/eslint-mdx/compare/v1.11.1...v1.12.0) (2021-04-05)
718

819

packages/eslint-mdx/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "eslint-mdx",
3-
"version": "1.12.0",
3+
"version": "1.13.0",
44
"description": "ESLint Parser for MDX",
55
"repository": "git+https://github.com/mdx-js/eslint-mdx.git",
66
"homepage": "https://github.com/mdx-js/eslint-mdx/blob/master/packages/eslint-mdx",

packages/eslint-plugin-mdx/CHANGELOG.md

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,24 @@
33
All notable changes to this project will be documented in this file.
44
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

6+
# [1.13.0](https://github.com/mdx-js/eslint-mdx/compare/v1.12.0...v1.13.0) (2021-04-29)
7+
8+
9+
### Bug Fixes
10+
11+
* only apply fix once for the whole file ([#309](https://github.com/mdx-js/eslint-mdx/issues/309)) ([47f100b](https://github.com/mdx-js/eslint-mdx/commit/47f100ba69ee4da5607b7411becc3f1cb340b8b7)), closes [#308](https://github.com/mdx-js/eslint-mdx/issues/308)
12+
13+
14+
### Features
15+
16+
* fallback to async API on processSync error via synckit ([#307](https://github.com/mdx-js/eslint-mdx/issues/307)) ([94a08af](https://github.com/mdx-js/eslint-mdx/commit/94a08af03c9bcea05b7e3e3e0a0d1a9267c9a800))
17+
* performance improvement via cache ([a893aa7](https://github.com/mdx-js/eslint-mdx/commit/a893aa7961d64564be349ee68002287450d1726c))
18+
* use official eslint-plugin-markdown package ([#304](https://github.com/mdx-js/eslint-mdx/issues/304)) ([e6828be](https://github.com/mdx-js/eslint-mdx/commit/e6828bee09259511cbef5020a1f0f7c89bca9dd8))
19+
20+
21+
22+
23+
624
# [1.12.0](https://github.com/mdx-js/eslint-mdx/compare/v1.11.1...v1.12.0) (2021-04-05)
725

826

packages/eslint-plugin-mdx/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "eslint-plugin-mdx",
3-
"version": "1.12.0",
3+
"version": "1.13.0",
44
"description": "ESLint Plugin for MDX",
55
"repository": "git+https://github.com/mdx-js/eslint-mdx.git",
66
"homepage": "https://github.com/mdx-js/eslint-mdx/blob/master/packages/eslint-plugin-mdx",
@@ -34,7 +34,7 @@
3434
},
3535
"dependencies": {
3636
"cosmiconfig": "^7.0.0",
37-
"eslint-mdx": "^1.12.0",
37+
"eslint-mdx": "^1.13.0",
3838
"eslint-plugin-markdown": "^2.1.0",
3939
"remark-mdx": "^1.6.22",
4040
"remark-parse": "^8.0.3",

0 commit comments

Comments
 (0)