diff --git a/CHANGELOG.md b/CHANGELOG.md index d4e52e0..6933ce4 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,14 @@ 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.1.0](https://github.com/IBM/tekton-lint/compare/v1.0.2...v1.1.0) (2024-05-24) + + +### Features + +* add support for camelCase ([8f1e62e](https://github.com/IBM/tekton-lint/commit/8f1e62eb8415eaf99917c22980f0d2536c840e3c)) +* support ClusterTasks ([d62c6d3](https://github.com/IBM/tekton-lint/commit/d62c6d3c4e3102a36e5a4b4b61cc8696d0cfcf27)) + ## [1.0.2](https://github.com/IBM/tekton-lint/compare/v1.0.1...v1.0.2) (2024-04-04) diff --git a/package-lock.json b/package-lock.json index 66a8690..b6f8d77 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "@ibm/tekton-lint", - "version": "1.0.2", + "version": "1.1.0", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "@ibm/tekton-lint", - "version": "1.0.2", + "version": "1.1.0", "license": "Apache-2.0", "dependencies": { "chalk": "^4.1.2", diff --git a/package.json b/package.json index 6fe339e..c6f984b 100644 --- a/package.json +++ b/package.json @@ -13,7 +13,7 @@ "release": "commit-and-tag-version --signoff" }, "type": "module", - "version": "1.0.2", + "version": "1.1.0", "description": "Linter for Tekton definitions", "repository": { "type": "git",