Skip to content

Commit

Permalink
chore: release package(s)
Browse files Browse the repository at this point in the history
  • Loading branch information
wooorm committed Sep 15, 2021
1 parent 65028b9 commit e0461d1
Show file tree
Hide file tree
Showing 6 changed files with 38 additions and 4 deletions.
13 changes: 13 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,19 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [1.15.1](https://github.com/mdx-js/eslint-mdx/compare/v1.15.0...v1.15.1) (2021-09-15)


### Bug Fixes

* allow comments to contain `--` ([#348](https://github.com/mdx-js/eslint-mdx/issues/348)) ([65028b9](https://github.com/mdx-js/eslint-mdx/commit/65028b996ffc20011c9565599bc67ebf96432728))
* **deps:** update dependency cosmiconfig to ^7.0.1 ([1dbac89](https://github.com/mdx-js/eslint-mdx/commit/1dbac892ad61e49a139bbaf2a67fae6b22e2bc2a))
* **deps:** update dependency unified to ^9.2.2 ([29ba0c5](https://github.com/mdx-js/eslint-mdx/commit/29ba0c5f1c677970ec09398b67549fe2c8a6fef0))





# [1.15.0](https://github.com/mdx-js/eslint-mdx/compare/v1.14.1...v1.15.0) (2021-08-21)


Expand Down
2 changes: 1 addition & 1 deletion lerna.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"$schema": "http://json.schemastore.org/lerna",
"version": "1.15.0",
"version": "1.15.1",
"npmClient": "yarn",
"useWorkspaces": true,
"changelog": {
Expand Down
13 changes: 13 additions & 0 deletions packages/eslint-mdx/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,19 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [1.15.1](https://github.com/mdx-js/eslint-mdx/compare/v1.15.0...v1.15.1) (2021-09-15)


### Bug Fixes

* allow comments to contain `--` ([#348](https://github.com/mdx-js/eslint-mdx/issues/348)) ([65028b9](https://github.com/mdx-js/eslint-mdx/commit/65028b996ffc20011c9565599bc67ebf96432728))
* **deps:** update dependency cosmiconfig to ^7.0.1 ([1dbac89](https://github.com/mdx-js/eslint-mdx/commit/1dbac892ad61e49a139bbaf2a67fae6b22e2bc2a))
* **deps:** update dependency unified to ^9.2.2 ([29ba0c5](https://github.com/mdx-js/eslint-mdx/commit/29ba0c5f1c677970ec09398b67549fe2c8a6fef0))





# [1.15.0](https://github.com/mdx-js/eslint-mdx/compare/v1.14.1...v1.15.0) (2021-08-21)


Expand Down
2 changes: 1 addition & 1 deletion packages/eslint-mdx/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "eslint-mdx",
"version": "1.15.0",
"version": "1.15.1",
"description": "ESLint Parser for MDX",
"repository": "git+https://github.com/mdx-js/eslint-mdx.git",
"homepage": "https://github.com/mdx-js/eslint-mdx/blob/master/packages/eslint-mdx",
Expand Down
8 changes: 8 additions & 0 deletions packages/eslint-plugin-mdx/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.15.1](https://github.com/mdx-js/eslint-mdx/compare/v1.15.0...v1.15.1) (2021-09-15)

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





# [1.15.0](https://github.com/mdx-js/eslint-mdx/compare/v1.14.1...v1.15.0) (2021-08-21)


Expand Down
4 changes: 2 additions & 2 deletions packages/eslint-plugin-mdx/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "eslint-plugin-mdx",
"version": "1.15.0",
"version": "1.15.1",
"description": "ESLint Plugin for MDX",
"repository": "git+https://github.com/mdx-js/eslint-mdx.git",
"homepage": "https://github.com/mdx-js/eslint-mdx/blob/master/packages/eslint-plugin-mdx",
Expand Down Expand Up @@ -32,7 +32,7 @@
"eslint": ">=5.0.0"
},
"dependencies": {
"eslint-mdx": "^1.15.0",
"eslint-mdx": "^1.15.1",
"eslint-plugin-markdown": "^2.2.0",
"synckit": "^0.3.4",
"tslib": "^2.3.1",
Expand Down

0 comments on commit e0461d1

Please sign in to comment.