diff --git a/packages/eslint-config-ts/CHANGELOG.md b/packages/eslint-config-ts/CHANGELOG.md index d87ae5d1..a5db8d8f 100644 --- a/packages/eslint-config-ts/CHANGELOG.md +++ b/packages/eslint-config-ts/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. +## 0.6.17 (2022-08-28) + + +### Bug Fixes + +* **deps:** update all non-major dependencies ([0cc1a17](https://github.com/SiTaggart/lint-config/commit/0cc1a170a4a8dfd0546be16cd5367245371710f9)) + + + + + ## 0.6.16 (2022-08-21) diff --git a/packages/eslint-config-ts/package.json b/packages/eslint-config-ts/package.json index 6e21d460..d265828a 100644 --- a/packages/eslint-config-ts/package.json +++ b/packages/eslint-config-ts/package.json @@ -1,6 +1,6 @@ { "name": "@sitaggart/eslint-config-ts", - "version": "0.6.16", + "version": "0.6.17", "description": "eslint config for typescript projects", "keywords": [ "eslint", diff --git a/packages/eslint-config/CHANGELOG.md b/packages/eslint-config/CHANGELOG.md index a7334ddd..e8f747e0 100644 --- a/packages/eslint-config/CHANGELOG.md +++ b/packages/eslint-config/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. +## 0.6.16 (2022-08-28) + + +### Bug Fixes + +* **deps:** update all non-major dependencies ([0cc1a17](https://github.com/SiTaggart/lint-config/commit/0cc1a170a4a8dfd0546be16cd5367245371710f9)) + + + + + ## 0.6.15 (2022-08-21) diff --git a/packages/eslint-config/package.json b/packages/eslint-config/package.json index 9a96f9da..6ea52fc3 100644 --- a/packages/eslint-config/package.json +++ b/packages/eslint-config/package.json @@ -1,6 +1,6 @@ { "name": "@sitaggart/eslint-config", - "version": "0.6.15", + "version": "0.6.16", "description": "base eslint config for most projects", "keywords": [ "eslint", diff --git a/packages/prettier-config/CHANGELOG.md b/packages/prettier-config/CHANGELOG.md index 6191f7ce..c6877bbe 100644 --- a/packages/prettier-config/CHANGELOG.md +++ b/packages/prettier-config/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. +## 0.3.16 (2022-08-28) + + +### Bug Fixes + +* **deps:** update all non-major dependencies ([0cc1a17](https://github.com/SiTaggart/lint-config/commit/0cc1a170a4a8dfd0546be16cd5367245371710f9)) + + + + + ## 0.3.15 (2022-08-21) diff --git a/packages/prettier-config/package.json b/packages/prettier-config/package.json index 46fcfb08..c6cca240 100644 --- a/packages/prettier-config/package.json +++ b/packages/prettier-config/package.json @@ -1,6 +1,6 @@ { "name": "@sitaggart/prettier-config", - "version": "0.3.15", + "version": "0.3.16", "description": "prettier config for personal projects", "keywords": [ "prettier",