diff --git a/CHANGELOG.md b/CHANGELOG.md index 4fa31b0..f8bc9a0 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,7 +4,12 @@ All notable changes to this project will be documented in this file. The format is based on [Keep a Changelog](https://keepachangelog.com). -## [v0.0.14 - 2024-04-20](https://github.com/tldr-pages/tldr-lint/compare/v0.0.13...v0.0.14) +## [v0.0.15 - 2024-04-03](https://github.com/tldr-pages/tldr-lint/compare/v0.0.14...v0.0.15) + +- Add rule `TLDR020` ([#308](https://github.com/tldr-pages/tldr-lint/pull/308)) +- Add rule `TLDR021` ([#310](https://github.com/tldr-pages/tldr-lint/pull/310)) + +## [v0.0.14 - 2024-03-20](https://github.com/tldr-pages/tldr-lint/compare/v0.0.13...v0.0.14) - Add rule `TLDR110` ([#306](https://github.com/tldr-pages/tldr-lint/pull/306)) diff --git a/package-lock.json b/package-lock.json index 98b519c..9141835 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "tldr-lint", - "version": "0.0.14", + "version": "0.0.15", "lockfileVersion": 3, "requires": true, "packages": { diff --git a/package.json b/package.json index d06984f..b736194 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "tldr-lint", - "version": "0.0.14", + "version": "0.0.15", "description": "A linting tool to validate tldr pages", "repository": "tldr-pages/tldr-lint", "scripts": {