Skip to content

Commit

Permalink
v4.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
🤖 Release Bot committed Feb 18, 2022
1 parent 1df1f2d commit befe9ad
Show file tree
Hide file tree
Showing 6 changed files with 19 additions and 3 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,12 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

# [4.1.0](https://github.com/BedrockStreaming/eslint-tools/compare/v4.0.4...v4.1.0) (2022-02-18)

### Features

- **eslint-jest:** setup plugins for react testing library ([#51](https://github.com/BedrockStreaming/eslint-tools/issues/51)) ([609d010](https://github.com/BedrockStreaming/eslint-tools/commit/609d0105fca7d24bcc98e8b130bf6c145d649dd2))

## [4.0.4](https://github.com/BedrockStreaming/eslint-tools/compare/v4.0.3...v4.0.4) (2022-01-18)

**Note:** Version bump only for package eslint-tools
Expand Down
2 changes: 1 addition & 1 deletion lerna.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"version": "4.0.4",
"version": "4.1.0",
"useWorkspaces": true,
"npmClient": "yarn"
}
6 changes: 6 additions & 0 deletions packages/eslint-config-jest/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,12 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

# [4.1.0](https://github.com/BedrockStreaming/eslint-tools/compare/v4.0.4...v4.1.0) (2022-02-18)

### Features

- **eslint-jest:** setup plugins for react testing library ([#51](https://github.com/BedrockStreaming/eslint-tools/issues/51)) ([609d010](https://github.com/BedrockStreaming/eslint-tools/commit/609d0105fca7d24bcc98e8b130bf6c145d649dd2))

## [4.0.4](https://github.com/BedrockStreaming/eslint-tools/compare/v4.0.3...v4.0.4) (2022-01-18)

**Note:** Version bump only for package @bedrockstreaming/eslint-config-jest
Expand Down
2 changes: 1 addition & 1 deletion packages/eslint-config-jest/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@bedrockstreaming/eslint-config-jest",
"version": "4.0.4",
"version": "4.1.0",
"description": "Bedrock configuration of jest lint rules based on subset of eslint-plugin-jest",
"author": "Bedrock Streaming",
"homepage": "https://github.com/BedrockStreaming/eslint-tools/packages/eslint-config-jest/#readme",
Expand Down
4 changes: 4 additions & 0 deletions packages/eslint-config-vue/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,10 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

# [4.1.0](https://github.com/BedrockStreaming/eslint-tools/compare/v4.0.4...v4.1.0) (2022-02-18)

**Note:** Version bump only for package @bedrockstreaming/eslint-config-vue

## [4.0.4](https://github.com/BedrockStreaming/eslint-tools/compare/v4.0.3...v4.0.4) (2022-01-18)

**Note:** Version bump only for package @bedrockstreaming/eslint-config-vue
Expand Down
2 changes: 1 addition & 1 deletion packages/eslint-config-vue/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@bedrockstreaming/eslint-config-vue",
"version": "4.0.4",
"version": "4.1.0",
"description": "ESLint config used in Bedrock Streaming's Vue projects",
"repository": {
"type": "git",
Expand Down

0 comments on commit befe9ad

Please sign in to comment.