diff --git a/CHANGELOG.md b/CHANGELOG.md index 96bdb7f..2c3338c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,16 @@ # Changelog +## [2.0.0](https://github.com/theappnest/terraform-monorepo-action/compare/v1.7.6...v2.0.0) (2022-07-19) + + +### ⚠ BREAKING CHANGES + +* remove detection of yaml and tpl files (#155) + +### Miscellaneous Chores + +* remove detection of yaml and tpl files ([#155](https://github.com/theappnest/terraform-monorepo-action/issues/155)) ([0847e83](https://github.com/theappnest/terraform-monorepo-action/commit/0847e83ddbdc16db2a0ff5dcbd60a1855c66ddca)) + ### [1.7.6](https://www.github.com/theappnest/terraform-monorepo-action/compare/v1.7.5...v1.7.6) (2022-05-20) diff --git a/package.json b/package.json index 350ed1c..bb9d3bf 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "terraform-monorepo-action", - "version": "1.7.6", + "version": "2.0.0", "private": true, "main": "lib/main.js", "scripts": { @@ -17,7 +17,7 @@ "@octokit/webhooks-types": "^4.3.1", "@types/node": "^16.7.10", "@typescript-eslint/eslint-plugin": "^4.29.3", - "@typescript-eslint/parser": "^4.33.0", + "@typescript-eslint/parser": "^4.29.3", "@vercel/ncc": "^0.29.2", "eslint": "^7.32.0", "eslint-config-airbnb-typescript": "^12.3.1", diff --git a/yarn.lock b/yarn.lock index ce405bb..56c0c4d 100644 --- a/yarn.lock +++ b/yarn.lock @@ -226,7 +226,7 @@ eslint-scope "^5.1.1" eslint-utils "^3.0.0" -"@typescript-eslint/parser@^4.33.0", "@typescript-eslint/parser@^4.4.1": +"@typescript-eslint/parser@^4.29.3", "@typescript-eslint/parser@^4.4.1": version "4.33.0" resolved "https://registry.yarnpkg.com/@typescript-eslint/parser/-/parser-4.33.0.tgz#dfe797570d9694e560528d18eecad86c8c744899" integrity sha512-ZohdsbXadjGBSK0/r+d87X0SBmKzOq4/S5nzK6SBgJspFo9/CUDJ7hjayuze+JK7CZQLDMroqytp7pOcFKTxZA==