diff --git a/CHANGELOG.md b/CHANGELOG.md index 69040f9b..083abfd0 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -3,6 +3,17 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## [1.6.1](https://github.com/rx-ts/eslint-mdx/compare/v1.6.0...v1.6.1) (2019-10-23) + + +### Bug Fixes + +* handle loc and range could be undefined for babel-eslint ([a98bf9d](https://github.com/rx-ts/eslint-mdx/commit/a98bf9d9fca73b04adf8b607568e28f2883967df)) + + + + + # [1.6.0](https://github.com/rx-ts/eslint-mdx/compare/v1.5.9...v1.6.0) (2019-10-23) diff --git a/lerna.json b/lerna.json index 36433eb7..79584b7d 100644 --- a/lerna.json +++ b/lerna.json @@ -1,6 +1,6 @@ { "$schema": "http://json.schemastore.org/lerna", - "version": "1.6.0", + "version": "1.6.1", "npmClient": "yarn", "useWorkspaces": true, "changelog": { diff --git a/packages/eslint-mdx/CHANGELOG.md b/packages/eslint-mdx/CHANGELOG.md index 7a6f7a51..3bbdaa8c 100644 --- a/packages/eslint-mdx/CHANGELOG.md +++ b/packages/eslint-mdx/CHANGELOG.md @@ -3,6 +3,17 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## [1.6.1](https://github.com/rx-ts/eslint-mdx/compare/v1.6.0...v1.6.1) (2019-10-23) + + +### Bug Fixes + +* handle loc and range could be undefined for babel-eslint ([a98bf9d](https://github.com/rx-ts/eslint-mdx/commit/a98bf9d9fca73b04adf8b607568e28f2883967df)) + + + + + # [1.6.0](https://github.com/rx-ts/eslint-mdx/compare/v1.5.9...v1.6.0) (2019-10-23) diff --git a/packages/eslint-mdx/package.json b/packages/eslint-mdx/package.json index c4aec9a2..33c1b646 100644 --- a/packages/eslint-mdx/package.json +++ b/packages/eslint-mdx/package.json @@ -1,6 +1,6 @@ { "name": "eslint-mdx", - "version": "1.6.0", + "version": "1.6.1", "description": "ESLint Parser for MDX", "repository": "git+https://github.com/rx-ts/eslint-mdx.git", "homepage": "https://github.com/rx-ts/eslint-mdx/blob/master/packages/eslint-mdx", diff --git a/packages/eslint-plugin-mdx/CHANGELOG.md b/packages/eslint-plugin-mdx/CHANGELOG.md index 96bccfee..854b912e 100644 --- a/packages/eslint-plugin-mdx/CHANGELOG.md +++ b/packages/eslint-plugin-mdx/CHANGELOG.md @@ -3,6 +3,14 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## [1.6.1](https://github.com/rx-ts/eslint-mdx/compare/v1.6.0...v1.6.1) (2019-10-23) + +**Note:** Version bump only for package eslint-plugin-mdx + + + + + # [1.6.0](https://github.com/rx-ts/eslint-mdx/compare/v1.5.9...v1.6.0) (2019-10-23) **Note:** Version bump only for package eslint-plugin-mdx diff --git a/packages/eslint-plugin-mdx/package.json b/packages/eslint-plugin-mdx/package.json index d77b2ad3..a0c85f7d 100644 --- a/packages/eslint-plugin-mdx/package.json +++ b/packages/eslint-plugin-mdx/package.json @@ -1,6 +1,6 @@ { "name": "eslint-plugin-mdx", - "version": "1.6.0", + "version": "1.6.1", "description": "ESLint Plugin for MDX", "repository": "git+https://github.com/rx-ts/eslint-mdx.git", "homepage": "https://github.com/rx-ts/eslint-mdx/blob/master/packages/eslint-plugin-mdx", @@ -30,7 +30,7 @@ }, "dependencies": { "cosmiconfig": "^5.2.1", - "eslint-mdx": "^1.6.0", + "eslint-mdx": "^1.6.1", "eslint-plugin-react": ">=7.0.0", "remark-mdx": "^1.5.1", "remark-parse": "^7.0.1",