diff --git a/CHANGELOG.md b/CHANGELOG.md index 64b458e..d4e52e0 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.2](https://github.com/IBM/tekton-lint/compare/v1.0.1...v1.0.2) (2024-04-04) + + +### Bug Fixes + +* reporter performance ([23bf6e5](https://github.com/IBM/tekton-lint/commit/23bf6e552d256418afade5e880fd0794c025b15e)) + ## [1.0.1](https://github.com/IBM/tekton-lint/compare/v1.0.0-beta.9...v1.0.1) (2024-03-18) diff --git a/package-lock.json b/package-lock.json index a0ac3db..66a8690 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "@ibm/tekton-lint", - "version": "1.0.1", + "version": "1.0.2", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "@ibm/tekton-lint", - "version": "1.0.1", + "version": "1.0.2", "license": "Apache-2.0", "dependencies": { "chalk": "^4.1.2", diff --git a/package.json b/package.json index 32c7c3f..6fe339e 100644 --- a/package.json +++ b/package.json @@ -13,7 +13,7 @@ "release": "commit-and-tag-version --signoff" }, "type": "module", - "version": "1.0.1", + "version": "1.0.2", "description": "Linter for Tekton definitions", "repository": { "type": "git",