Skip to content

Commit 1281f4f

Browse files
committed
chore: release package(s)
1 parent c52039c commit 1281f4f

File tree

6 files changed

+47
-4
lines changed

6 files changed

+47
-4
lines changed

CHANGELOG.md

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,22 @@
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.11.0](https://github.com/mdx-js/eslint-mdx/compare/v1.10.0...v1.11.0) (2021-03-18)
7+
8+
9+
### Bug Fixes
10+
11+
* cosmiconfig returns null if no config found ([#285](https://github.com/mdx-js/eslint-mdx/issues/285)) ([52d712a](https://github.com/mdx-js/eslint-mdx/commit/52d712a96471d8f6e31320cb718dfd0c1bb7ca65))
12+
13+
14+
### Features
15+
16+
* fix incorrect node loc ([#288](https://github.com/mdx-js/eslint-mdx/issues/288)) ([c52039c](https://github.com/mdx-js/eslint-mdx/commit/c52039c566c9f6430a414992a24e755f050c332a)), closes [#287](https://github.com/mdx-js/eslint-mdx/issues/287)
17+
18+
19+
20+
21+
622
# [1.10.0](https://github.com/mdx-js/eslint-mdx/compare/v1.9.1...v1.10.0) (2021-03-16)
723

824

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.10.0",
3+
"version": "1.11.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.11.0](https://github.com/mdx-js/eslint-mdx/compare/v1.10.0...v1.11.0) (2021-03-18)
7+
8+
9+
### Features
10+
11+
* fix incorrect node loc ([#288](https://github.com/mdx-js/eslint-mdx/issues/288)) ([c52039c](https://github.com/mdx-js/eslint-mdx/commit/c52039c566c9f6430a414992a24e755f050c332a)), closes [#287](https://github.com/mdx-js/eslint-mdx/issues/287)
12+
13+
14+
15+
16+
617
# [1.10.0](https://github.com/mdx-js/eslint-mdx/compare/v1.9.1...v1.10.0) (2021-03-16)
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.10.0",
3+
"version": "1.11.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: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,22 @@
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.11.0](https://github.com/mdx-js/eslint-mdx/compare/v1.10.0...v1.11.0) (2021-03-18)
7+
8+
9+
### Bug Fixes
10+
11+
* cosmiconfig returns null if no config found ([#285](https://github.com/mdx-js/eslint-mdx/issues/285)) ([52d712a](https://github.com/mdx-js/eslint-mdx/commit/52d712a96471d8f6e31320cb718dfd0c1bb7ca65))
12+
13+
14+
### Features
15+
16+
* fix incorrect node loc ([#288](https://github.com/mdx-js/eslint-mdx/issues/288)) ([c52039c](https://github.com/mdx-js/eslint-mdx/commit/c52039c566c9f6430a414992a24e755f050c332a)), closes [#287](https://github.com/mdx-js/eslint-mdx/issues/287)
17+
18+
19+
20+
21+
622
# [1.10.0](https://github.com/mdx-js/eslint-mdx/compare/v1.9.1...v1.10.0) (2021-03-16)
723

824

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.10.0",
3+
"version": "1.11.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.10.0",
37+
"eslint-mdx": "^1.11.0",
3838
"remark-mdx": "^1.6.22",
3939
"remark-parse": "^8.0.3",
4040
"remark-stringify": "^8.1.1",

0 commit comments

Comments
 (0)