diff --git a/CHANGELOG.md b/CHANGELOG.md index d970953..db19670 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](https://github.com/IBM/tekton-lint/compare/v1.0.0-beta.9...v1.0.0) (2024-03-18) + + +### Features + +* custom rules ([6101a1a](https://github.com/IBM/tekton-lint/commit/6101a1af57515a0e6ccfb57de532e09f2e06638c)) + ## [1.0.0-beta.9](https://github.com/IBM/tekton-lint/compare/v1.0.0-beta.8...v1.0.0-beta.9) (2024-01-22) diff --git a/package-lock.json b/package-lock.json index 60e170c..be32cf8 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "@ibm/tekton-lint", - "version": "1.0.0-beta.9", + "version": "1.0.0", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "@ibm/tekton-lint", - "version": "1.0.0-beta.9", + "version": "1.0.0", "license": "Apache-2.0", "dependencies": { "chalk": "^4.1.2", diff --git a/package.json b/package.json index 31e4864..6a8e548 100644 --- a/package.json +++ b/package.json @@ -12,7 +12,7 @@ "release": "commit-and-tag-version --signoff" }, "type": "module", - "version": "1.0.0-beta.9", + "version": "1.0.0", "description": "Linter for Tekton definitions", "repository": { "type": "git",