Skip to content

Commit

Permalink
chore(release): 1.0.1
Browse files Browse the repository at this point in the history
Signed-off-by: mbwhite <whitemat@uk.ibm.com>
  • Loading branch information
mbwhite committed Mar 18, 2024
1 parent 9943708 commit fb788b8
Show file tree
Hide file tree
Showing 3 changed files with 15 additions and 3 deletions.
12 changes: 12 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,18 @@

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.1](https://github.com/IBM/tekton-lint/compare/v1.0.0-beta.9...v1.0.1) (2024-03-18)


### Features

* custom rules ([6101a1a](https://github.com/IBM/tekton-lint/commit/6101a1af57515a0e6ccfb57de532e09f2e06638c))


### Bug Fixes

* handle syntactically invalid files better ([9943708](https://github.com/IBM/tekton-lint/commit/994370803ad0342be6997a0840455943b72d9456))

## [1.0.0](https://github.com/IBM/tekton-lint/compare/v1.0.0-beta.9...v1.0.0) (2024-03-18)


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.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
"release": "commit-and-tag-version --signoff"
},
"type": "module",
"version": "1.0.0",
"version": "1.0.1",
"description": "Linter for Tekton definitions",
"repository": {
"type": "git",
Expand Down

0 comments on commit fb788b8

Please sign in to comment.