Skip to content

Commit

Permalink
chore(release): 1.0.0-beta.6
Browse files Browse the repository at this point in the history
Signed-off-by: mbwhite <[email protected]>
  • Loading branch information
mbwhite committed Jan 9, 2024
1 parent d889f1c commit 0e4c5d8
Show file tree
Hide file tree
Showing 3 changed files with 28 additions and 10 deletions.
18 changes: 18 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,24 @@

All notable changes to this project will be documented in this file. See [commit-and-tag-version](https://github.com/absolute-version/commit-and-tag-version) for commit guidelines.

## [1.0.0-beta.6](https://github.com/IBM/tekton-lint/compare/v1.0.0-beta.4...v1.0.0-beta.6) (2024-01-09)


### Bug Fixes

* add support for finally tasks ([d889f1c](https://github.com/IBM/tekton-lint/commit/d889f1cae07335ea1c1697662d0efbb6eba4f34a))
* issue 62 ([cd15fc5](https://github.com/IBM/tekton-lint/commit/cd15fc52d235cad62991dcfa8105bdce1d936d08))
* pr 68 merge and added interfaces ([22beab6](https://github.com/IBM/tekton-lint/commit/22beab6cb4d456e7a0accc2d43006d397e9523b9))

## [1.0.0-beta.5](https://github.com/IBM/tekton-lint/compare/v1.0.0-beta.4...v1.0.0-beta.5) (2024-01-09)


### Bug Fixes

* add support for finally tasks ([d889f1c](https://github.com/IBM/tekton-lint/commit/d889f1cae07335ea1c1697662d0efbb6eba4f34a))
* issue 62 ([cd15fc5](https://github.com/IBM/tekton-lint/commit/cd15fc52d235cad62991dcfa8105bdce1d936d08))
* pr 68 merge and added interfaces ([22beab6](https://github.com/IBM/tekton-lint/commit/22beab6cb4d456e7a0accc2d43006d397e9523b9))

## [1.0.0-beta.4](https://github.com/IBM/tekton-lint/compare/v1.0.0-beta.3...v1.0.0-beta.4) (2024-01-05)


Expand Down
14 changes: 7 additions & 7 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,10 +9,10 @@
"build": "tsc --pretty",
"coverage": "jest --coverage",
"prepare": "husky install",
"release": "commit-and-tag-version --sign"
"release": "commit-and-tag-version --signoff"
},
"type": "module",
"version": "1.0.0-beta.4",
"version": "1.0.0-beta.6",
"description": "Linter for Tekton definitions",
"repository": {
"type": "git",
Expand Down Expand Up @@ -55,7 +55,7 @@
"@types/source-map-support": "^0.5.10",
"@typescript-eslint/eslint-plugin": "^6.12.0",
"@typescript-eslint/parser": "^6.12.0",
"commit-and-tag-version": "^12.0.0",
"commit-and-tag-version": "^12.1.0",
"eslint": "^8.54.0",
"eslint-config-prettier": "^9.0.0",
"eslint-plugin-prettier": "^5.0.1",
Expand Down

0 comments on commit 0e4c5d8

Please sign in to comment.