From 03554206c58a127e845e978d194199b2277090d0 Mon Sep 17 00:00:00 2001 From: Rushbot Date: Sat, 23 Nov 2024 00:23:37 +0000 Subject: [PATCH] Bump versions [skip ci] --- eslint-plugin/package.json | 2 +- tsdoc-config/package.json | 2 +- tsdoc/package.json | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/eslint-plugin/package.json b/eslint-plugin/package.json index 3d759e0e..381464a0 100644 --- a/eslint-plugin/package.json +++ b/eslint-plugin/package.json @@ -1,6 +1,6 @@ { "name": "eslint-plugin-tsdoc", - "version": "0.3.0", + "version": "0.4.0", "description": "An ESLint plugin that validates TypeScript doc comments", "keywords": [ "TypeScript", diff --git a/tsdoc-config/package.json b/tsdoc-config/package.json index 12234486..c797297e 100644 --- a/tsdoc-config/package.json +++ b/tsdoc-config/package.json @@ -1,6 +1,6 @@ { "name": "@microsoft/tsdoc-config", - "version": "0.17.0", + "version": "0.17.1", "description": "A loader for the tsdoc.json file", "keywords": [ "TypeScript", diff --git a/tsdoc/package.json b/tsdoc/package.json index c3e73bb9..9899b587 100644 --- a/tsdoc/package.json +++ b/tsdoc/package.json @@ -1,6 +1,6 @@ { "name": "@microsoft/tsdoc", - "version": "0.15.0", + "version": "0.15.1", "description": "A parser for the TypeScript doc comment syntax", "keywords": [ "TypeScript",