diff --git a/CHANGELOG.md b/CHANGELOG.md index 434e1ce..ccf9161 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,13 @@ All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines. +### [1.0.2](https://github.com/john-d-pelingo/jdp-scripts/compare/v1.0.1...v1.0.2) (2021-11-06) + + +### Bug Fixes + +* fix suggestions ([385b36c](https://github.com/john-d-pelingo/jdp-scripts/commit/385b36c46e67df7ec3d90ee7c8fb049e6ee755e0)) + ### [1.0.1](https://github.com/john-d-pelingo/jdp-scripts/compare/v1.0.0...v1.0.1) (2021-11-06) diff --git a/package.json b/package.json index 6531f41..45066ed 100644 --- a/package.json +++ b/package.json @@ -1,5 +1,5 @@ { - "version": "1.0.1", + "version": "1.0.2", "workspaces": [ "packages/*" ], diff --git a/packages/commitlint-config/package.json b/packages/commitlint-config/package.json index e15189d..7ce0aee 100644 --- a/packages/commitlint-config/package.json +++ b/packages/commitlint-config/package.json @@ -1,6 +1,6 @@ { "name": "@jdp-dev/commitlint-config", - "version": "1.0.1", + "version": "1.0.2", "description": "My shareable commitlint config.", "private": false, "homepage": "https://github.com/john-d-pelingo/jdp-scripts", diff --git a/packages/eslint-config-typescript-react/package.json b/packages/eslint-config-typescript-react/package.json index 700c98b..d5174a9 100644 --- a/packages/eslint-config-typescript-react/package.json +++ b/packages/eslint-config-typescript-react/package.json @@ -1,6 +1,6 @@ { "name": "@jdp-dev/eslint-config-typescript-react", - "version": "1.0.1", + "version": "1.0.2", "description": "My shareable ESLint config for TypeScript React projects.", "private": false, "homepage": "https://github.com/john-d-pelingo/jdp-scripts", diff --git a/packages/eslint-config-typescript/package.json b/packages/eslint-config-typescript/package.json index d2d860f..b231654 100644 --- a/packages/eslint-config-typescript/package.json +++ b/packages/eslint-config-typescript/package.json @@ -1,6 +1,6 @@ { "name": "@jdp-dev/eslint-config-typescript", - "version": "1.0.1", + "version": "1.0.2", "description": "My shareable ESLint config for TypeScript projects.", "private": false, "homepage": "https://github.com/john-d-pelingo/jdp-scripts", diff --git a/packages/eslint-config/package.json b/packages/eslint-config/package.json index 9aa11cd..521ce06 100644 --- a/packages/eslint-config/package.json +++ b/packages/eslint-config/package.json @@ -1,6 +1,6 @@ { "name": "@jdp-dev/eslint-config", - "version": "1.0.1", + "version": "1.0.2", "description": "My shareable ESLint config for JavaScript projects.", "private": false, "homepage": "https://github.com/john-d-pelingo/jdp-scripts", diff --git a/packages/prettier-config/package.json b/packages/prettier-config/package.json index f26d703..a952188 100644 --- a/packages/prettier-config/package.json +++ b/packages/prettier-config/package.json @@ -1,6 +1,6 @@ { "name": "@jdp-dev/prettier-config", - "version": "1.0.1", + "version": "1.0.2", "description": "My shareable Prettier config.", "private": false, "homepage": "https://github.com/john-d-pelingo/jdp-scripts", diff --git a/packages/tsconfig/package.json b/packages/tsconfig/package.json index 597671d..8322885 100644 --- a/packages/tsconfig/package.json +++ b/packages/tsconfig/package.json @@ -1,6 +1,6 @@ { "name": "@jdp-dev/tsconfig", - "version": "1.0.1", + "version": "1.0.2", "description": "My shareable TypeScript config.", "private": false, "homepage": "https://github.com/john-d-pelingo/jdp-scripts",