Skip to content

Commit 914892e

Browse files
committed
chore(release): v1.5.0
1 parent 5dad8a5 commit 914892e

File tree

4 files changed

+34
-2
lines changed

4 files changed

+34
-2
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.5.0](https://github.com/rx-ts/eslint-mdx/compare/v1.4.6...v1.5.0) (2019-09-16)
7+
8+
9+
### Bug Fixes
10+
11+
* [email protected] breaks tests ([5dad8a5](https://github.com/rx-ts/eslint-mdx/commit/5dad8a5))
12+
13+
14+
### Features
15+
16+
* **configs:** support overrides in recommended config for eslint>=6.4.0 ([f6ee675](https://github.com/rx-ts/eslint-mdx/commit/f6ee675))
17+
18+
19+
20+
21+
622
## [1.4.6](https://github.com/rx-ts/eslint-mdx/compare/v1.4.5...v1.4.6) (2019-09-09)
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.4.6",
3+
"version": "1.5.0",
44
"npmClient": "yarn",
55
"useWorkspaces": true,
66
"changelog": {

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.5.0](https://github.com/rx-ts/eslint-mdx/blob/master/packages/eslint-plugin-mdx/compare/v1.4.6...v1.5.0) (2019-09-16)
7+
8+
9+
### Bug Fixes
10+
11+
* [email protected] breaks tests ([5dad8a5](https://github.com/rx-ts/eslint-mdx/blob/master/packages/eslint-plugin-mdx/commit/5dad8a5))
12+
13+
14+
### Features
15+
16+
* **configs:** support overrides in recommended config for eslint>=6.4.0 ([f6ee675](https://github.com/rx-ts/eslint-mdx/blob/master/packages/eslint-plugin-mdx/commit/f6ee675))
17+
18+
19+
20+
21+
622
## [1.4.6](https://github.com/rx-ts/eslint-mdx/blob/master/packages/eslint-plugin-mdx/compare/v1.4.5...v1.4.6) (2019-09-09)
723

824

packages/eslint-plugin-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-plugin-mdx",
3-
"version": "1.4.6",
3+
"version": "1.5.0",
44
"description": "ESLint Plugin for MDX",
55
"repository": "https://github.com/rx-ts/eslint-mdx/blob/master/packages/eslint-plugin-mdx",
66
"author": "JounQin <[email protected]>",

0 commit comments

Comments
 (0)