Skip to content

Commit 6340445

Browse files
committed
chore(release): v1.4.6
1 parent 849d9a1 commit 6340445

File tree

4 files changed

+24
-2
lines changed

4 files changed

+24
-2
lines changed

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.4.6](https://github.com/rx-ts/eslint-mdx/compare/v1.4.5...v1.4.6) (2019-09-09)
7+
8+
9+
### Bug Fixes
10+
11+
* **deps:** update dependency remark-stringify to ^7.0.3 ([#61](https://github.com/rx-ts/eslint-mdx/issues/61)) ([849d9a1](https://github.com/rx-ts/eslint-mdx/commit/849d9a1))
12+
13+
14+
15+
16+
617
## [1.4.5](https://github.com/rx-ts/eslint-mdx/compare/v1.4.4...v1.4.5) (2019-09-09)
718

819
**Note:** Version bump only for package eslint-mdx

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.5",
3+
"version": "1.4.6",
44
"npmClient": "yarn",
55
"useWorkspaces": true,
66
"changelog": {

packages/eslint-plugin-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.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)
7+
8+
9+
### Bug Fixes
10+
11+
* **deps:** update dependency remark-stringify to ^7.0.3 ([#61](https://github.com/rx-ts/eslint-mdx/blob/master/packages/eslint-plugin-mdx/issues/61)) ([849d9a1](https://github.com/rx-ts/eslint-mdx/blob/master/packages/eslint-plugin-mdx/commit/849d9a1))
12+
13+
14+
15+
16+
617
## [1.4.5](https://github.com/rx-ts/eslint-mdx/blob/master/packages/eslint-plugin-mdx/compare/v1.4.4...v1.4.5) (2019-09-09)
718

819
**Note:** Version bump only for package eslint-plugin-mdx

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.5",
3+
"version": "1.4.6",
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)