Skip to content

Commit

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

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.4](https://github.com/IBM/tekton-lint/compare/v1.0.0-beta.3...v1.0.0-beta.4) (2024-01-05)


### Bug Fixes

* correct tt.params - and make sure tested ([2f9a15d](https://github.com/IBM/tekton-lint/commit/2f9a15dec8e0ba4d1defa546d812f8726b96a5cb))

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


Expand Down
4 changes: 2 additions & 2 deletions package-lock.json

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

5 changes: 2 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,13 +12,13 @@
"release": "commit-and-tag-version --sign"
},
"type": "module",
"version": "1.0.0-beta.3",
"version": "1.0.0-beta.4",
"description": "Linter for Tekton definitions",
"repository": {
"type": "git",
"url": "git+ssh://[email protected]/IBM/tekton-lint.git"
},
"main":"dist/index.js",
"main": "dist/index.js",
"bin": {
"tekton-lint": "dist/lint.js"
},
Expand Down Expand Up @@ -68,7 +68,6 @@
"engines": {
"node": ">= 20.0.0"
},

"husky": {
"hooks": {
"pre-commit": "npm run lint && npm test",
Expand Down

0 comments on commit 390f1c1

Please sign in to comment.