Skip to content

Commit 458ea4c

Browse files
committed
chore: bump version to v0.0.16
Signed-off-by: K.B.Dharun Krishna <[email protected]>
1 parent 207c862 commit 458ea4c

File tree

3 files changed

+10
-4
lines changed

3 files changed

+10
-4
lines changed

CHANGELOG.md

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,17 +4,23 @@ All notable changes to this project will be documented in this file.
44

55
The format is based on [Keep a Changelog](https://keepachangelog.com).
66

7-
## Unreleased
7+
## [v0.0.16 - 2024-10-04](https://github.com/tldr-pages/tldr-lint/compare/v0.0.15...v0.0.16)
8+
9+
### Added
810

911
- Add rule `TLDR111` ([#353](https://github.com/tldr-pages/tldr-lint/pull/353))
1012

1113
## [v0.0.15 - 2024-04-03](https://github.com/tldr-pages/tldr-lint/compare/v0.0.14...v0.0.15)
1214

15+
### Added
16+
1317
- Add rule `TLDR020` ([#308](https://github.com/tldr-pages/tldr-lint/pull/308))
1418
- Add rule `TLDR021` ([#310](https://github.com/tldr-pages/tldr-lint/pull/310))
1519

1620
## [v0.0.14 - 2024-03-20](https://github.com/tldr-pages/tldr-lint/compare/v0.0.13...v0.0.14)
1721

22+
### Added
23+
1824
- Add rule `TLDR110` ([#306](https://github.com/tldr-pages/tldr-lint/pull/306))
1925

2026
## [v0.0.13 - 2021-10-12](https://github.com/tldr-pages/tldr-lint/compare/v0.0.12...v0.0.13)

package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "tldr-lint",
3-
"version": "0.0.15",
3+
"version": "0.0.16",
44
"description": "A linting tool to validate tldr pages",
55
"repository": "tldr-pages/tldr-lint",
66
"scripts": {

0 commit comments

Comments
 (0)