Skip to content

Commit

Permalink
chore(master): release 2.0.0 (#158)
Browse files Browse the repository at this point in the history
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
  • Loading branch information
theappnest-ci-bot and github-actions[bot] authored Jul 19, 2022
1 parent d0534d3 commit f08dda3
Show file tree
Hide file tree
Showing 3 changed files with 14 additions and 3 deletions.
11 changes: 11 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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)


Expand Down
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "terraform-monorepo-action",
"version": "1.7.6",
"version": "2.0.0",
"private": true,
"main": "lib/main.js",
"scripts": {
Expand All @@ -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",
Expand Down
2 changes: 1 addition & 1 deletion yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -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==
Expand Down

0 comments on commit f08dda3

Please sign in to comment.