diff --git a/CHANGELOG.md b/CHANGELOG.md index 3df8a60..445aa22 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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.8](https://github.com/IBM/tekton-lint/compare/v1.0.0-beta.7...v1.0.0-beta.8) (2024-01-18) + + +### Features + +* pipelineRun support (partial) ([641813a](https://github.com/IBM/tekton-lint/commit/641813a3640b56140c22e659034a65e9e3950739)) + ## [1.0.0-beta.7](https://github.com/IBM/tekton-lint/compare/v1.0.0-beta.6...v1.0.0-beta.7) (2024-01-10) diff --git a/package-lock.json b/package-lock.json index e41799a..717ca7b 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "@ibm/tekton-lint", - "version": "1.0.0-beta.7", + "version": "1.0.0-beta.8", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "@ibm/tekton-lint", - "version": "1.0.0-beta.7", + "version": "1.0.0-beta.8", "license": "Apache-2.0", "dependencies": { "chalk": "^4.1.2", diff --git a/package.json b/package.json index d17d30e..789a90c 100644 --- a/package.json +++ b/package.json @@ -12,7 +12,7 @@ "release": "commit-and-tag-version --signoff" }, "type": "module", - "version": "1.0.0-beta.7", + "version": "1.0.0-beta.8", "description": "Linter for Tekton definitions", "repository": { "type": "git",